HTML5 with AWS CloudFront cross domain issue
Hi,
I'm using aws cloudfront to provide hls streaming, it's all working fine when it lunched by flash player, but when it goes to html5, cross domain problem occurs - cross domain access denied.
I have set my S3 CORS and CloudFront header forward following this page:
http://blog.celingest.com/en/2014/10/02/tutorial-using-cors-with-cloudfront-and-s3/
According to the page's description, cloudFront and S3 need "Origin: xxxx.com" tag in header to return a "Access-Control-Allow-Origin: xxx" in the response header, but it seems like jwplayer's request(in Firefox) doesn't have it?
Mou