UK/IT/DE -- DASH

There are 136 replies in this Thread which was already clicked 11,488 times. The last Post () by gazz12345.

  • I'm getting a pixel screen using vu solo4k... Openatv 7.3 image... After enabling exteplayer3 in service app.... Is there any other settings in service app that need changed..

    Code
    in the services app if I remember correctly the first two items must be changed.
    and then you should have a vision
  • UK links open in ffmpeg but not IT and DE.


    Code
    Invalid data found when processing input

    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:


    pasted-from-clipboard.png


  • Shit happens :)


    I'll make new GitHub repo ASAP


    All the decryption keys are still working like they were 7 months ago :)

  • GitHub is owned by MS so the ban is easy... Maybe you can make repo on Notabug or Codeberg and It will last longer.


  • FFmpeg doesn't support MSS.


    I order to make MSS segments playable in the beginning, I've had to generate the init segments informations by myself (they are missing, while in DASH the init segments are provided) and decrypt them later using mp4decrypt from Bento 4.


    I can tell you that Dash JS supports MSS, that helped me in doing the job

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!