Making HTML5 videos stored on AWS S3 **difficult** to download (because I cant make it impossible)

Posted by Jimmery on Pro Webmasters See other posts from Pro Webmasters or by Jimmery
Published on 2014-02-25T14:17:04Z Indexed on 2014/05/30 3:53 UTC
Read the original article Hit count: 156

Filed under:
|
|
|

I am building a website that hosts video's stored on AWS's S3 service. The videos are played thru a HTML5 player we have built.

Ive just been asked to make sure "nobody can steal our video's".

Now I know that if you really don't want something stolen, don't put it up on the internet. However I just need to secure these videos as good as possible, the videos need to at the very least resist someone going thru the source code and trying to download them manually.

One option available to me is to completely rebuild the video player in flash. This is not ideal, for several reasons, notably because I would also then have to build an App for mobile devices to be able to view this site.

So I am looking for other options.

I have heard about using a token to make the file available only during certain times.

I have heard of using a separate file to serve the videos that sits between the HTML5 page and the video file.

I am also having a look at IAM, the Secure AWS Access Control, in the hopes AWS can solve this problem for me.

Can anyone here recommend any of these options? Or perhaps suggest other options available to me?

Any help would be greatly appreciated.

© Pro Webmasters or respective owner

Related posts about security

Related posts about html5