VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. I tried to get the keys to download event from this live stream. It's FTA channel but I can't download or play it. It's encrypted stream I got the pssh and license URL. I tried to use cdrm-project api but couldn't find the keys. I'd be grateful if anyone can help

    PSSH
    Code:
    AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEH+q/khdtzlblYMiKjpueJ0=
    License URL
    Code:
    https://digiturk.live.ott.irdeto.com/licenseServer/widevine/v1/digiturk/license?contentId=svc-spo-hd-39-dt
    MPD
    Code:
    https://todtv-live-ent-prod.akamaized.net/Content/Channel/svc-spo-hd-39-dt/DASH/hdntl=exp=1757174513~acl=*%2fContent%2fChannel%2fsvc-spo-hd-39-dt%2fDASH%2f*~id=c581b14e-e535-4ef0-8a8a-65c8335ddbe5~data=hdntl,aXA9MTU2LjIwMy4xNDguMjE1LGF1ZD1tZW5h~hmac=a9ae3d554d725f976f409c7c1b6e0ed06214945151d554154a6cff51729e8ecc/playlist_tv.mpd
    I tried
    Code:
    import requests
    
    print(requests.post(
        url='https://cdrm-project.com/api/decrypt',
        headers={
            'Content-Type': 'application/json',
        },
        json={
            'pssh': 'AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEH+q/khdtzlblYMiKjpueJ0=',
            'licurl': 'https://digiturk.live.ott.irdeto.com/licenseServer/widevine/v1/digiturk/license?contentId=svc-spo-hd-39-dt',
            'headers': str({
                'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0',
                'Accept': '*/*',
                'Accept-Language': 'en-US,en;q=0.5',
            })
        }
    ).json()['message'])
    but I got

    Code:
    An error occurred parsing license content
    
    Cannot parse an empty license_message
    
    b'{"code":130001,"message":"License denied. Content [svc-spo-hd-39-dt] is not linked to any bundles entitled to the user."}'

    Image
    [Attachment 88577 - Click to enlarge]
    Quote Quote  
  2. Originally Posted by LZAA View Post
    Url?
    Code:
    https://todtv-live-ent-prod.akamaized.net/Content/Channel/svc-spo-hd-39-dt/DASH/hdntl=exp=1757174513~acl=*%2fContent%2fChannel%2fsvc-spo-hd-39-dt%2fDASH%2f*~id=c581b14e-e535-4ef0-8a8a-65c8335ddbe5~data=hdntl,aXA9MTU2LjIwMy4xNDguMjE1LGF1ZD1tZW5h~hmac=a9ae3d554d725f976f409c7c1b6e0ed06214945151d554154a6cff51729e8ecc/playlist_tv.mpd
    Quote Quote  
  3. the license should requires some authorization method and you are not send to license server. look carefully to find correct headers or payload.

    you posted the mpd url is useless since the pssh is correct and license request no need mpd url.
    Quote Quote  
  4. Originally Posted by shellcmd View Post
    the license should requires some authorization method and you are not send to license server. look carefully to find correct headers or payload.

    you posted the mpd url is useless since the pssh is correct and license request no need mpd url.
    do you mean tokens?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!