
HTTPS M3U8 Crossdomain problem
I do not understand this.
I created a rss playlist and host in on Amazon S3. I have crossdomain to allow domain access from a website that does not have a https certificate so allow the domain at http. The playlist file is served from the player as https link
When the player loads it displays the playlist but the m3u8 files are restricted by crossdomain access.
The reason is because the URL's in the playlist (rss) all have https links to the m3u8 index files which are on the S3. If I change them to http links then I can play the m3u8 files.
So while I know the solution I do not understand why.
Why does the rss load over https but not the m3u8 files