开发者

Loading secret FLV files from Amazon S3

I'm starting a new project that involves users paying to see educational videos. These videos (FLV) are hosted with Amazon S3 while the site itself is hosted on a regular web host.

I've tried to read up on securing the S3 files, and can't find any good solution for this. I don't want my users to download the videos directly.

I read something about setting up a HTTP streaming server, but I'm not quite sure how a service like th开发者_JS百科is works, and how to set it up.

Anybody with any experiences on how to solve this?


You might like to look at s2Member for Wordpress - it has Amazon s3 protected files built in, with the time lapse thing, plus protected pages/ etc that you can setup pretty easily.


I don't want my users to download the videos directly.

Get used to it.

Even with an RTMP streaming server, it's pretty easy to save the streams. You can add a load of obfuscation at the server and decoder to try to defeat the automated tools, but in the end what you have here is the unsolvable Copy Protection Problem.


There is no way to hide network path from end-user. However, you can go using expiring passwords that depend on time, user and content-section if Amazon allows you to use .htaccess files or PHP scripts.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜