I confirm
I made a proxy app in docker to decrypt streams for any client.
Not sure how to get IT and DE links working (I use ffmpeg).
Install:
Code
docker create \
--name=Decrypt-Proxy \
--restart=always \
-p 8088:8001 \
chris230291/decrypt-proxy:latest
Then make playlist like this but replace http://10.0.1.200:8088 with host ip and port:
Code
#EXTM3U
#EXTINF:-1,Sky Showcase HD
http://10.0.1.200:8088/play?url=http://linear0sssssssssssssssssssssssssssssschannel(skyshowcase)/manifest_hd.mpd&key=593b306e51f692f0ed1s070e9ea
#EXTINF:-1,Sky Atlantic HD
http://10.0.1.200:8088/play?url=http://linear017ssssssssssssssssssssssssssDASH_003_sm/Live/channel(skyatlantic)/manifest_hd.mpd&key=7b967dcfcssss389737bf91
#EXTINF:-1,Sky Max HDsssssssssssssssssss3_sm/Live/channel(skymax)/manifest_hd.mpd&key=b37de031f61e75c22209170a2f9e26eb
...
Load in any player:
