I am using VSTS 2008 + C # + .Net 3.5 + Silverlight 3.0 + ASP.Net to develop a Silverlight application (video player) in a browser, and the function is simple, just use MediaElement to play the remote video file.
The remote server is data rate throttling control in Windows Server 2008 + IIS 7.0 + IIS.
Since the request request URL can be detected (e.g. traffic sniffer), and I want to know how to prevent the download directly from the URL? those. I want the end user to use my Silverlight media player application in the browser to play the file so that it cannot be directly downloaded to the local one. Any quick and easy solution or link code / documents?
George2
source share