Skip to main content
Participant
March 14, 2009
Question

Stop People To Download Video Files

  • March 14, 2009
  • 1 reply
  • 307 views
Hi,

I'm planning to run a website on which I want to display some videos (on demand) to my visitors but I don't want them to download video files in any way, whether they try any tweak or anything.

I went through Adobe website and came to know that Adobe Flash Media Server 3 can help me in any way, But it's extremely expensive, I can't afford it

If you want you can offer me any other solution as well but my concern is:

1) I want To stop people to download video files in all ways ?

But budget is extremely low, I'm an individual not a company ?


Jimmy
    This topic has been closed for replies.

    1 reply

    March 17, 2009
    Try to use free rtmp video streaming server like RED5 or smth. U should demand authorization data on application connect. And this is the solution.
    And on clintside: nc.connect ( uri, login, md5(pass), session_id_or_smth ).
    In case access is granted, one can play a stream of choice.