vote up 1 vote down star

Revision on initial post:

I'm looking to deliver video content after a purchase of content is complete. Here are my requirements

  1. I need to protect content until purchase exists
  2. I want to use the Amazon S3 service because it is cost effective

So that is about it, as I said before I would most likely use PHP to call the file from the S3 service and stream it on the page, as long as the purchase can be confirmed.

Is this feasible, do you see any hurdles or issues?

flag

I think you're going to need to make your question a little more explicit. What's your requirement for "secure"? DRM can always be broken, etc. Also, what does "calling the videos into a browser window" mean? That's not a term I'm familiar with. I'm tempted to vote to close as not a real question, but I'll give you a chance to flesh it out :) – rmeador Jun 11 at 16:10
By 'deliver' do you mean stream ONCE and ONLY ONCE or do you mean you want allow the purchaser to get the actual video file? – dss539 Jun 11 at 16:25
Stream - possibly set an expiration on the stream – Tim Jun 12 at 21:20

3 Answers

vote up 3 vote down

You can generate a signed URL with an expiration date. Check out query string authentication in amazon API. You can play with it using S3fm, an online file manager for S3.

http://www.s3fm.com/

Just select expiration date in the Web URL dialog and copy the url.

link|flag
vote up 0 vote down

Yes, this can easily be done. How you accomplish it depends on what platform you are using to deliver the videos to your users.

Check out this WordPress plugin for embedding and protecting videos on amazon s3 if you are using WordPress. It makes it simple to embed and secure your videos.

link|flag
vote up 0 vote down

If you are not using WordPress, check out this Amazon S3 Tutorial as it will teach you exactly what steps you need to take to protect your content. The webinar recording includes all the sample PHP code you need to use.

link|flag

Your Answer

Get an OpenID
or

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