2022-12-04, 16:13
Hi, I think I tried everything I found on google, and can't figure out why it doesn't work...
I've made m3u playlist for PVR IPTV Simple Client with some encoded channels. I have license url, and base64 key (I've got it from header called "drmchallengecustomdata" on my online television website).
But it doesn't work...
That's how it looks like in m3u:
Kodi shows that in logs:
https://paste.kodi.tv/ulavudoquf.kodi
All of the values (license key etc) are good, I've tested them on https://reference.dashif.org/dash.js/lat...index.html and it works perfectly fine...
I'm out of ideas...
Is it even possible to make it work?
I've made m3u playlist for PVR IPTV Simple Client with some encoded channels. I have license url, and base64 key (I've got it from header called "drmchallengecustomdata" on my online television website).
But it doesn't work...
That's how it looks like in m3u:
#EXTINF:0 tvg-id="Channel", Channel
#KODIPROP:inputstream=inputstream.adaptive
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha
#KODIPROP:inputstream.adaptive.license_key=https://website.net/AcquireWidevineLicense.ashx||b{SSM}|B
#KODIPROP:inputstream.adaptive.license_data=base64data
#KODIPROP:inputstream.adaptive.stream_headers=drmchallengecustomdata=HERE_I_PUT_BASE_64_KEY
https://website.net/channel.mpd
Kodi shows that in logs:
https://paste.kodi.tv/ulavudoquf.kodi
All of the values (license key etc) are good, I've tested them on https://reference.dashif.org/dash.js/lat...index.html and it works perfectly fine...
I'm out of ideas...
Is it even possible to make it work?