Hello,
Is there a way to serve HLS chunklists some with http and some with https depending on the client doing the requests?
Currently we just changed from HTTP to HTTPS by adding the below configuration to our Edge’s Application.xml, but i couldn’t find something relevant to serving both (not even programatically).
<Property>
<Name>cupertinoPlaylistHostProtocol</Name>
<Value>https://</Value>
</Property>
Thanks!
Later edit:
I saw a similar post from 2012 with negative answer