video file download issue
        Posted  
        
            by George2
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by George2
        
        
        
        Published on 2010-03-04T04:47:48Z
        Indexed on 
            2010/03/20
            6:11 UTC
        
        
        Read the original article
        Hit count: 968
        
Hello everyone,
I am using VSTS 2008 + C# + .Net 3.5 + Silverlight 3.0 + ASP.Net to develop a Silverlight application (a video media player) in browser and the function is simple, just use MediaElement to play a remote video file.
The remote server is Windows Server 2008 + IIS 7.0 + IIS Media Bit Rate Throttling Control.
Since the request media URL can be discovered (e.g. from traffic sniffer), and I want to know how to prevent from download directly from the Url? i.e. I want end user to use my Silverlight media player application in browser to play the file, prevent them from download to local directly. Any easy and quick solution or reference code/documents?
thanks in advance, George
© Stack Overflow or respective owner