6/13/2011 5:45:17 AM
Title:
How to protect online videos
Hey all
I'm building a web site with capability of providing a videos for customers to watch , I wanna protect my videos as much as possible from being downloaded .
I did some search and knew that 100% protection is impossible as if any one can see the video he can get it .
I read about many techniques like RTMPE and SWF verification and that I can achieve them through some Adobe products .
I'm a very beginner so please help me as much as you can and tell me all the alternatives for adobe solutions .
Thanks so much ...
6/17/2011 9:03:23 PM
you can find detailed information regarding protecting video in flash applicaions
http://kb2.adobe.com/cps/405/kb405456.html
6/17/2011 9:14:14 PM
in case of flash you can do something like :
1) removing the extension of the file or change it to something else.
2) Implement a custom authentication system in the flash player to to see if its a valid request.
3) Disable caching of FLV content by setting don't cache headers. This will stop caching of flash content on the user system. So he cannot copy the content from the temporary internet files.