I’m trying to play a m3u8 playlist from a https domain (A) which is on a http server (B) but the Wowza player changes the url to https (I can see it on the console log AssetPlayerBase: play:…) so it throws an error since B is not https.
What I see is that Wowza player forces sourceURL to the same protocol of the one that creates its instance… kinda annoying.
Any suggestions on how to fix this?
Thansk!