crossdomain access denied
The player is generating this error when loading an m3u8. The m3u8 is hosted on CloudFront through a private bucket using signed URLs. I have a CloudFront behavior configured to match crossdomain.xml to a different origin which is public. So I have a S3 bucket videos.zoovio.com, and CloudFront distribution progressive.zoovio.com. I am able to access the crossdomain.xml file from both of these subdomains. The network debugger shows JW player is successfully retrieving crossdomain.xml from progressive.zoovio.com but still throwing the error. An example can be seen here: http://www.zoovio.com/test/testhls
Any clues would be appreciated. Thank you