Hi,
I coded something for the PC-browser (videojs) to play streams that are encrypted, still legal in case anyone wonders. They require a license URI (not sure about the certificate URI at this point) and it works fine.
I was looking into e2iplayer if I could find anything related to that and sadly didn't find anything. In my py-code I have this:
data = getDirectM3U8Playlist(uri, checkExt = False)
for item in data:
item["url"] = urlparser.decorateUrl(item["url"], {
"iptv_proto": "m3u8"
})
How do I add the license URI and certificate URI here? Is this even supported? Are there plans to make this work?
Eventually I'll add the code for DASH, so the question is also valid for that.
Hi,
I coded something for the PC-browser (videojs) to play streams that are encrypted, still legal in case anyone wonders. They require a license URI (not sure about the certificate URI at this point) and it works fine.
I was looking into e2iplayer if I could find anything related to that and sadly didn't find anything. In my py-code I have this:
How do I add the license URI and certificate URI here? Is this even supported? Are there plans to make this work?
Eventually I'll add the code for DASH, so the question is also valid for that.