Re: Restrict user from downloading/saving asf over http mms



On 13 Oct 2006 06:39:18 -0700, gogaz@xxxxxxxxxxxxxx wrote:

Hi,

I have a website where I upload audio clips using admin panel developed
by our programmers. On front end it shows links starting with
mms://doman-name.com/music/filename.asf

But if a user copy n paste the url in IE and replace mms with http, the
song gets downloaded and user can easily save it on the computer.

Is there anyway to prevent/restrict user from downloading and saving
asf files?


It sounds like these programmers have "helpfully" loaded the media
files into a directory structure which can *also* be seen by the web
server.

As a result, any direct request to the web server and it'll oblige by
sending the requested file. So are you sure you're hitting the media
server and not the web server here ? I'm sure you are, but you might
be doing some weird stuff which you haven't explained.


Windows 2003 standard server with IIS 6 and windows media service


OK check your server config : You should have http streaming enabled
on a specific port, and since you're running IIS that port probably
won't be port 80 (cause you can't bind 2 services to one port)

You can specify the correct port number in the URL, for example
http://doman-name.com:8100/music/filename.asf to ensure these requests
aren't sent to your web server. But I'd still make sure the music
directory isn't under the web server's document root if you intend it
only to be delivered by the media server.


HTH
Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2006
http://mvp.support.microsoft.com/mvpfaqs
.



Relevant Pages

  • Re: cant publish outside of isa firewall even though have server publish rule
    ... You also need to open port 5005. ... check the paths to the files - Media ... Server will auto-generate paths using your internal server name, ... >publishing rule that uses the protocol definition "Microsoft media server" ...
    (microsoft.public.windowsmedia.server)
  • Re: fail to start Window media services
    ... Do you have Virtual Server 2005 running on this server? ... let's re-check the binding on the WMS server. ... make a list of all the port 80 assignments for each website. ... Have you or anybody ever altered the media server namespace file ...
    (microsoft.public.windowsmedia.server)
  • Re: Do I Need a Proxy Server ?
    ... I also have an IP camera on my home network. ... If you run the camera's web server on port 80 there should be no problems at all. ... Unless your company restricts you to only a number of web sites, then just running on port 80 will work. ...
    (comp.sys.sun.admin)
  • Re: Installation on SBS2003 Premium
    ... I use TrendMicro Client Server Messaging Suite) ... I recently installed Media Services, but uninstalled due to some problems I ... There's a port conflict here - port 1755 used by WMS ... I'm only able to explain that if somehow http streaming on port 80 was ...
    (microsoft.public.windowsmedia)
  • RE: Outlook Web Access
    ... Please check if TCP port is opened on that device. ... On an internet client, ... "Web server name" in the "Web Server Certificate' page? ...
    (microsoft.public.windows.server.sbs)

Loading