I have videos containing educational content. I'd like to distribute these videos using S3 and my DNN site. I've created my s3 bucket with all the videos. I'd like users to be able to log in and be able to download the videos that they have paid for.

Also, i'd like to prevent users from sharing video urls(hotlinking). I've looked into private distributions but it seems a little complicated as far as signed urls.

Ideally, I'd have some kind of a policy on cloudfront that would only allow videos to be download from my own domain.(i remember doing something like this with s3 itself where i would add a custom acl that would specify the httpreferrer)

Thanks for your help, my head was about to explode due to information overload.

Cristian

link|improve this question
What part of signed urls is too complicated? Using the SDK really simplifies it. – bencobb Aug 29 '11 at 21:08
I couldn't find any examples on how to use the awssdk to create signed urls for CloudFront. – Cristian V. Sep 6 '11 at 15:06
feedback

1 Answer

up vote 0 down vote accepted

The ideal would be to use a plugin that generates the expiring URLs for you. If you are on Joomla or Wordpress, you may want to look into S3Media Stream. Just google it and you will find it quite easily.

I hope this helps?

link|improve this answer
Thanks John, however, i'm using DNN wich is on the asp.net framework and i couldn't find any module that does what i need. In the end i ended up creating a small module myself using the code provided by this website anthonyvscode.com/2011/01/11/… – Cristian V. Sep 6 '11 at 15:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.