4

I want to set up secure cloudfront streaming using this plugin:

http://flowplayer.org/plugins/streaming/cloudfront/index.html

However, I don't know how to perform the second step ("Create your Cloudfront Access Origin Identity") because I have no idea what a "Cloudfront Access Origin Identity" is. Is it just a user?

Steffen Opel
  • 63,899
  • 11
  • 192
  • 211
Chris Bisignani
  • 523
  • 1
  • 4
  • 12

2 Answers2

2

Check out the following docs

http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/HowToPrivateContent.html

The docs explains how to setup origin access indentity + signed urls.

Josnidhin
  • 12,469
  • 9
  • 42
  • 61
  • 2
    I'm in the same boat, and unfortunately this document is confusing. There's no actual example of using the Origin Access Identity in conjunction with the link, just confusing things about private links and signatures. – asnyder Oct 12 '14 at 01:49
0

Here's a useful stack overflow answer that covers the whole process end to end:

Getting started with secure AWS CloudFront streaming with Python

Community
  • 1
  • 1
secretmike
  • 9,814
  • 3
  • 33
  • 38