VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



Closed Thread
Page 14 of 66
FirstFirst ... 4 12 13 14 15 16 24 64 ... LastLast
Results 391 to 420 of 1969
  1. Originally Posted by wilsonssss View Post
    Originally Posted by DannGamerz View Post
    Originally Posted by wilsonssss View Post
    Image
    [Attachment 62210 - Click to enlarge]

    many examples show that use mp4decrypt tools to convert mp4 files, what if it is a live stream, with init.mp4 + segment0,segment1,segment2,segment3....

    how to decrypt init.mp4 and each segment, notice that we need live stream, not static mp4
    For live stream, you just need the mpd and then decrypt it. No need to convert it to mp4.
    You can decrypt every file but it is worthless because it is a live stream

    @DannGamerz thanks bro, could you please share me the command? like ffmpeg or bento4? input the keys & mpd, and then output to mp4 or HLS live stream
    Use Yt-dlp for downloading the mpd
    https://github.com/yt-dlp/yt-dlp
    Example Command:
    Code:
    yt-dlp thelink --allow-unplayable
    Then, use mp4decrypt to decrypt the downloaded file with the keys
    https://www.bento4.com/downloads/
    Example Command:
    Code:
    mp4decrypt (or whatever the file name is) --key <id>:<k> FileName.mp4

  2. Member
    Join Date
    Dec 2021
    Location
    Argentina
    Search Comp PM
    Originally Posted by mathieuthibault View Post
    Edit: I've been able to bypass the SSL Error "dh key too small" by adding this in header.py :

    Code:
    import requests
    
    requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += 'HIGH:!DH:!aNULL'
    try:
        requests.packages.urllib3.contrib.pyopenssl.DEFAULT_SSL_CIPHER_LIST += 'HIGH:!DH:!aNULL'
    except AttributeError:
        # no pyopenssl support used / needed / available
        pass
    (Found some documentation here : https://stackoverflow.com/questions/38015537/python-requests-exceptions-sslerror-dh-key-too-small)

    But now, I get the following result :

    PSSH: AAAAUHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADAIARIQCJ gqprriRZmCtZSDKunEwxoIV2lkZXZpbmUiCjE3MTA5OTU1NjhI 49yVmwY=
    License URL: https://secure-gen-hapi.canal-plus.com/conso/view/ace57410-564a-11ec;ace57410-564a-11e...efb10a/licence
    unable to parse license - check protobufs
    Hi @mathieuthibault,
    I got the same error.
    I managed to fix it by including X-ISP-TOKEN, Origin & Referer in headers in http://getwvkeys.herokuapp.com/

  3. Member
    Join Date
    Dec 2021
    Location
    Argentina
    Search Comp PM
    Originally Posted by aville View Post
    Originally Posted by mathieuthibault View Post
    Edit: I've been able to bypass the SSL Error "dh key too small" by adding this in header.py :

    Code:
    import requests
    
    requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += 'HIGH:!DH:!aNULL'
    try:
        requests.packages.urllib3.contrib.pyopenssl.DEFAULT_SSL_CIPHER_LIST += 'HIGH:!DH:!aNULL'
    except AttributeError:
        # no pyopenssl support used / needed / available
        pass
    (Found some documentation here : https://stackoverflow.com/questions/38015537/python-requests-exceptions-sslerror-dh-key-too-small)


    But now, I get the following result :

    PSSH: AAAAUHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADAIARIQCJ gqprriRZmCtZSDKunEwxoIV2lkZXZpbmUiCjE3MTA5OTU1NjhI 49yVmwY=
    License URL: https://secure-gen-hapi.canal-plus.com/conso/view/ace57410-564a-11ec;ace57410-564a-11e...efb10a/licence
    unable to parse license - check protobufs
    Hi @mathieuthibault,
    I got the same error.
    I managed to fix it by including X-ISP-TOKEN, Origin & Referer in headers in http://getwvkeys.herokuapp.com/

    I mean... i guess the header should be the header request from the license POST

  4. Banned
    Join Date
    Sep 2021
    Search PM
    @aville

    Please give an example.

    what browser do you use and where is the X-ISP-TOKEN?
    Last edited by d0b; 7th Dec 2021 at 07:44.

  5. Still no ability to get from channel4.com

    (Somebody please help with getting WKS-KEYS (or alternatives) to work for channel4 as I've been trying different things and now my brain hurts)

  6. Originally Posted by T33V33 View Post
    I've been trying different things and now my brain hurts
    Been there, it's a scary place. Remember to rest and let some things go. We don't have to beat everything.

  7. Member
    Join Date
    Dec 2021
    Location
    Argentina
    Search Comp PM
    Originally Posted by d0b View Post
    @aville

    Please give an example.

    what browser do you use and where is the X-ISP-TOKEN?
    My example won't help you, necessarily.
    The stream service that I'm trying to download use that one (x-isp-token) and others.
    I guess you'll have to find your own requests headers and use them

  8. Banned
    Join Date
    Sep 2021
    Search PM
    I can't find the X-ISP-TOKEN, post a screenshot and tell us which browser you use.

  9. Member
    Join Date
    Dec 2021
    Location
    Argentina
    Search Comp PM
    Originally Posted by d0b View Post
    I can't find the X-ISP-TOKEN, post a screenshot and tell us which browser you use.
    I've already told you.
    Maybe you don't need that header because you don't have it.

    Find your header for your POST request to the license URL.
    Use it all, or try just some fields.

  10. Originally Posted by d0b View Post
    I can't find the X-ISP-TOKEN, post a screenshot and tell us which browser you use.
    Yes please share a capture, thx

  11. Banned
    Join Date
    Sep 2021
    Search PM
    You are not being of much help to me if you don't post a screenshot, I would be grateful if you would post it,

  12. Originally Posted by [ss]vegeta View Post
    Originally Posted by T33V33 View Post
    I've been trying different things and now my brain hurts
    Been there, it's a scary place. Remember to rest and let some things go. We don't have to beat everything.
    Its so annoying ... I can download from so many sites that I don't need (Netflix, Hulu, My5, BBC), but not C4 which is the only one I really used
    Last edited by T33V33; 7th Dec 2021 at 11:08.

  13. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by origamimagor View Post
    Please can anybody help me download this video with notaghost's tool from this site (you will need Czech IP): https://www.ceskatelevize.cz/porady/39677-melodie-podzemi/

    I found PSSH as:
    AAAAOXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABkiETYxOT I0NDk0ODc3OTYyNTI5SOPclZsG

    Licence URL:
    https://ivys-wvproxy.o2tv.cz/license?access_token=c3RlcGFuLWEtb25kcmEtanNvdS1wcm9zdGUtbmVqbGVwc2k=

    Headers:
    Code:
    {
      "Origin": "https://www.ceskatelevize.cz", 
      "Accept-Language": "cs-CZ,cs;q=0.9,en;q=0.8,es;q=0.7", 
      "Accept-Encoding": "gzip, deflate, br", 
      "Sec-Fetch-Site": "cross-site", 
      "Connection": "keep-alive", 
      "Sec-Fetch-Mode": "cors", 
      "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36", 
      "Host": "ivys-wvproxy.o2tv.cz", 
      "Referer": "https://www.ceskatelevize.cz/", 
      "sec-ch-ua-platform": "Windows", 
      "sec-ch-ua-mobile": "?0", 
      "Sec-Fetch-Dest": "empty"
    }
    But I still have this error:
    Code:
    {
      "headers": {
        "Origin": "https://www.ceskatelevize.cz", 
        "Accept-Language": "cs-CZ,cs;q=0.9,en;q=0.8,es;q=0.7", 
        "Accept-Encoding": "gzip, deflate, br", 
        "Sec-Fetch-Site": "cross-site", 
        "Connection": "keep-alive", 
        "Sec-Fetch-Mode": "cors", 
        "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36", 
        "Host": "ivys-wvproxy.o2tv.cz", 
        "Referer": "https://www.ceskatelevize.cz/", 
        "sec-ch-ua-platform": "Windows", 
        "sec-ch-ua-mobile": "?0", 
        "Sec-Fetch-Dest": "empty"
      }, 
      "pssh": "AAAAOXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABkiETYxOTI0NDk0ODc3OTYyNTI5SOPclZsG", 
      "url": "notaghost#9997 - http://getwvkeys.herokuapp.com", 
      "Proxy": {
        "http": "socks5://89.248.253.3:4153", 
        "https": "socks5://89.248.253.3:4153"
      }, 
      "license": "https://ivys-wvproxy.o2tv.cz/license?access_token=c3RlcGFuLWEtb25kcmEtanNvdS1wcm9zdGUtbmVqbGVwc2k=", 
      "time": "11:03:59", 
      "keys": "Error:SOCKSHTTPSConnectionPool(host='ivys-wvproxy.o2tv.cz', port=443): Max retries exceeded with url: /license?access_token=c3RlcGFuLWEtb25kcmEtanNvdS1wcm9zdGUtbmVqbGVwc2k= (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x7fbb9c3b08b0>: Failed to establish a new connection: Connection closed unexpectedly'))"
    }
    Can anybody help me, what I am doing wrong? Thank you in advance!
    Code:
    {"Proxy":{},"headers":{"Connection":"keep-alive","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0"},"keys":[{"key":"c75207baa3c350938e18937d279fee49:9544298fc429730c80f5ac025b9b6123"},{"key":"fe0eecb39f6e5ab88f2ce1684d80cd69:7e460aee53437caac4574233aca83c94"},{"key":"c2f6b30881935b528aa25855fb2f4be5:ed051ecb502279b8e05ff8a032ee48bc"},{"key":"ecc39450f8565b7ea2ab7a48562fc838:5efeff8326961aa3831048fd4c9168c2"}],"license":"https://ivys-wvproxy.o2tv.cz/license?access_token=c3RlcGFuLWEtb25kcmEtanNvdS1wcm9zdGUtbmVqbGVwc2k=","pssh":"AAAAOXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABkiETYxOTI0NDk0ODc3OTYyNTI5SOPclZsG","time":"17:46:18","url":"notaghost#9997 - http://getwvkeys.herokuapp.com"}

  14. @naim2007

    Hi can you help me please

    I find the license it's Ok
    The pssh it seems to me that it is good there is not much choice:
    AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE0IARIQM7 M4UEKrO5MpoJY4hTEwOhoIY2FzdGxhYnMiJGV5SmhjM05sZEVs a0lqb2lZMnhwY0Y4ek1qSTNNVFlpZlE9PTIHZGVmYXVsdA==
    In case here is the complete interior of the .mpd file in this text file : https://textup.fr/600621ii

    For the headers I just used this line :
    Connection: keep-alive
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
    Here's the result :
    {"Proxy":{},"headers":{"Connection":"keep-alive","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0"},"keys":"Error:<!doctype html><html lang=\"en\"><head><title>HTTP Status 412 \u2013 Precondition Failed</title><style type=\"text/css\">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 412 \u2013 Precondition Failed</h1></body></html>","license":"https://lic.drmtoday.com/license-proxy-widevine/cenc/","pssh":"AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAA AE0IARIQM7M4UEKrO5MpoJY4hTEwOhoIY2FzdGxhYnMiJGV5Sm hjM05sZEVsa0lqb2lZMnhwY0Y4ek1qSTNNVFlpZlE9PTIHZGVm YXVsdA==","time":"18:13:14","url":"notaghost#9997 - http://getwvkeys.herokuapp.com"}
    I dry I tried different lines in the headers but I still get errors.

    Thanks to you and the others for your help

  15. Try to take all headers, except for the first few standard headers. Use trial and error. This worked for me (with a different host).

  16. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by STRiCK3R View Post
    @naim2007

    Hi can you help me please

    I find the license it's Ok
    The pssh it seems to me that it is good there is not much choice:
    AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE0IARIQM7 M4UEKrO5MpoJY4hTEwOhoIY2FzdGxhYnMiJGV5SmhjM05sZEVs a0lqb2lZMnhwY0Y4ek1qSTNNVFlpZlE9PTIHZGVmYXVsdA==
    In case here is the complete interior of the .mpd file in this text file : https://textup.fr/600621ii

    For the headers I just used this line :
    Connection: keep-alive
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
    Here's the result :
    {"Proxy":{},"headers":{"Connection":"keep-alive","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0"},"keys":"Error:<!doctype html><html lang=\"en\"><head><title>HTTP Status 412 \u2013 Precondition Failed</title><style type=\"text/css\">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 412 \u2013 Precondition Failed</h1></body></html>","license":"https://lic.drmtoday.com/license-proxy-widevine/cenc/","pssh":"AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAA AE0IARIQM7M4UEKrO5MpoJY4hTEwOhoIY2FzdGxhYnMiJGV5Sm hjM05sZEVsa0lqb2lZMnhwY0Y4ek1qSTNNVFlpZlE9PTIHZGVm YXVsdA==","time":"18:13:14","url":"notaghost#9997 - http://getwvkeys.herokuapp.com"}
    I dry I tried different lines in the headers but I still get errors.

    Thanks to you and the others for your help
    It doesn't seem to me that those headers you get are enough.
    Use developers tool get fresh one...

  17. Originally Posted by T33V33 View Post
    Still no ability to get from channel4.com

    (Somebody please help with getting WKS-KEYS (or alternatives) to work for channel4 as I've been trying different things and now my brain hurts)
    If you do find out though, please let me know.

    That and Peacock are the only two sites I still haven't figured out a new way to get their keys. I only want 1 show each from them.

  18. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by RedPenguin View Post
    Originally Posted by T33V33 View Post
    Still no ability to get from channel4.com

    (Somebody please help with getting WKS-KEYS (or alternatives) to work for channel4 as I've been trying different things and now my brain hurts)
    If you do find out though, please let me know.

    That and Peacock are the only two sites I still haven't figured out a new way to get their keys. I only want 1 show each from them.

    Let me know too, Channel4 and RTÉ are the only two I need to try and figure out how to get their keys.

  19. Hello everyone!
    How can I get the "PSSH" when its not writed in the MPD? Can someone please help me out.

    Details* https://pastebin.com/T93r1CWm

  20. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by KFF View Post
    Hello everyone!
    How can I get the "PSSH" when its not writed in the MPD? Can someone please help me out.

    Details* https://pastebin.com/T93r1CWm
    Try this one...
    Code:
    AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISECuW0arVm9tGhqD6Dn5Ppkg=

  21. Originally Posted by naim2007 View Post
    Originally Posted by KFF View Post
    Hello everyone!
    How can I get the "PSSH" when its not writed in the MPD? Can someone please help me out.

    Details* https://pastebin.com/T93r1CWm
    Try this one...
    Code:
    AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISECuW0arVm9tGhqD6Dn5Ppkg=

    I still can´t get the keys please help me someone...

  22. Member
    Join Date
    Dec 2021
    Location
    Croatia
    Search Comp PM
    Originally Posted by KFF View Post
    Hello everyone!
    How can I get the "PSSH" when its not writed in the MPD? Can someone please help me out.

    Details* https://pastebin.com/T93r1CWm
    Or try this one:

    Code:
    AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIARIQK5bRqtWb20aGoPoOfk+mSA==

  23. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by KFF View Post
    Hello everyone!
    How can I get the "PSSH" when its not writed in the MPD? Can someone please help me out.

    Details* https://pastebin.com/T93r1CWm

    Download the mpd file, open up and find the kid

    Code:
     <ContentProtection
            xmlns="urn:mpeg:dash:schema:mpd:2011"
            xmlns:cenc="urn:mpeg:cenc:2013"
            schemeIdUri="urn:mpeg:dash:mp4protection:2011"
            value="cenc"
            cenc:default_KID="2B96D1AA-D59B-DB46-86A0-FA0E7E4FA648">
    using the kid, and removing the "-" you get 2B96D1AAD59BDB4686A0FA0E7E4FA648
    run it through the python script mentioned somewhere in this forum,
    Code:
    >py getpsshfromkid.py
    Please input KID in hex string: 2B96D1AAD59BDB4686A0FA0E7E4FA648
    PSSH AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISECuW0arVm9tGhqD6Dn5Ppkg=
    and there's your pssh
    Last edited by Sorenb; 7th Dec 2021 at 14:00. Reason: adding location of python script

  24. Originally Posted by KFF View Post
    Originally Posted by naim2007 View Post
    Originally Posted by KFF View Post
    Hello everyone!
    How can I get the "PSSH" when its not writed in the MPD? Can someone please help me out.

    Details* https://pastebin.com/T93r1CWm
    Try this one...
    Code:
    AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISECuW0arVm9tGhqD6Dn5Ppkg=

    I still can´t get the keys please help me someone...
    Link to the video you are trying to download would help.
    Are you adding the headers correctly?

  25. Deceased
    Join Date
    Dec 2007
    Search PM
    Originally Posted by KFF View Post
    Hello everyone!
    How can I get the "PSSH" when its not writed in the MPD? Can someone please help me out.

    Details* https://pastebin.com/T93r1CWm
    the pssh in the init:

    Code:
    AAAAXXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAD0IARIQK5bRqtWb20aGoPoOfk+mSBoPYXhpbm9tc2Zhbnl0aW1lIhArltGq1ZvbRoag+g5+T6ZIKgJTRDIA
    (per pssh, it's axinom sf anytime drm)

    for the license url, use the header value for:
    X-AxDRM-Message

    or similar header name.

    If header value is wrong, 403 is the result:
    Code:
    Request URL: https://drm-widevine-licensing.axprod.net/AcquireLicense
    Request Method: POST
    Status Code: 403 License denied. The DRM message references the ID of an unknown communication key.
    Last edited by blimey; 7th Dec 2021 at 15:11.

  26. Originally Posted by blimey View Post
    Originally Posted by KFF View Post
    Hello everyone!
    How can I get the "PSSH" when its not writed in the MPD? Can someone please help me out.

    Details* https://pastebin.com/T93r1CWm
    the pssh in the init:

    Code:
    AAAAXXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAD0IARIQK5bRqtWb20aGoPoOfk+mSBoPYXhpbm9tc2Zhbnl0aW1lIhArltGq1ZvbRoag+g5+T6ZIKgJTRDIA
    (per pssh, it's axinom sf anytime drm)

    for the license url, use the header value for:
    X-AxDRM-Message

    or similar header name.

    If header value is wrong, 403 is the result:
    Code:
    Request URL: https://drm-widevine-licensing.axprod.net/AcquireLicense
    Request Method: POST
    Status Code: 403 License denied. The DRM message references the ID of an unknown communication key.
    Thank you it worked!
    Last edited by KFF; 7th Dec 2021 at 16:30.

  27. Originally Posted by naim2007 View Post

    It doesn't seem to me that those headers you get are enough.
    Use developers tool get fresh one...

    I tried again with more information but I get a new error "Error:RSA key format is not supported"



    Result :

    Proxy {}
    headers
    Connection "keep-alive"
    Host "lic.drmtoday.com"
    Origin "https://www.salto.fr"
    Referer "https://www.salto.fr/"
    Sec-Fetch-Dest "empty"
    Sec-Fetch-Mode "cors"
    Sec-Fetch-Site "cross-site"
    User-Agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0"
    x-dt-auth-token "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJvcHREYXRh Ijoie1widXNlcklkXCI6XCIzZTVkYzhmMjkwN2E0NGVlOGMyOT k5ZWJjN2FiNjRlYVwiLFwibWVyY2hhbnRcIjpcIm02X3NhbHRv XCIsXCJzZXNzaW9uSWRcIjpcInNhbHRvXCJ9IiwiY3J0IjoiW3 tcImFjY291bnRpbmdJZFwiOlwiXCIsXCJhc3NldElkXCI6XCJj bGlwXzM4OTI1MVwiLFwicHJvZmlsZVwiOntcInB1cmNoYXNlXC I6e319LFwib3V0cHV0UHJvdGVjdGlvblwiOntcImRpZ2l0YWxc IjpmYWxzZSxcImFuYWxvZ3VlXCI6ZmFsc2UsXCJlbmZvcmNlXC I6ZmFsc2V9LFwib3BcIjp7XCJjb25maWdcIjp7XCJIRFwiOntc IlBsYXlSZWFkeVwiOntcIm1pblNMXCI6MzAwMCxcImFuYWxvZ1 ZpZGVvT1BMXCI6MjAwLFwiY29tcHJlc3NlZERpZ2l0YWxWaWRl b09QTFwiOjUwMCxcInVuY29tcHJlc3NlZERpZ2l0YWxWaWRlb0 9QTFwiOjMwMH0sXCJXaWRldmluZU1cIjp7XCJtaW5TTFwiOjUs XCJyZXF1aXJlSERDUFwiOlwiSERDUF9WMVwifX0sXCJTRFwiOn tcIlBsYXlSZWFkeVwiOntcIm1pblNMXCI6MjAwMCxcImFuYWxv Z1ZpZGVvT1BMXCI6MjAwLFwiY29tcHJlc3NlZERpZ2l0YWxWaW Rlb09QTFwiOjUwMCxcInVuY29tcHJlc3NlZERpZ2l0YWxWaWRl b09QTFwiOjI1MH0sXCJXaWRldmluZU1cIjp7XCJtaW5TTFwiOj EsXCJyZXF1aXJlSERDUFwiOlwiSERDUF9OT05FXCJ9fSxcIlZJ REVPX0FVRElPXCI6e1wiUGxheVJlYWR5XCI6e1wibWluU0xcIj oyMDAwLFwiYW5hbG9nVmlkZW9PUExcIjoyMDAsXCJjb21wcmVz c2VkRGlnaXRhbFZpZGVvT1BMXCI6NTAwLFwidW5jb21wcmVzc2 VkRGlnaXRhbFZpZGVvT1BMXCI6MjUwfSxcIldpZGV2aW5lTVwi OntcIm1pblNMXCI6MSxcInJlcXVpcmVIRENQXCI6XCJIRENQX0 5PTkVcIn19fX19XSIsImlhdCI6MTYzODkxNDgxNSwianRpIjoi THdETW9iRE9rU0RSM012TGZMdXZ4UT09In0.o3i2YEzGA2lOiE 6QS_YA0ATyas_JYFGndM4tSdbCGcJHZFuHGWU9StUy04K4garY _muoN36Ck3eIigMRpj5ihg"
    keys "Error:RSA key format is not supported"
    license "https://lic.drmtoday.com/license-proxy-widevine/cenc/"
    pssh "AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE0IARIQd fewNgNrb7xLF/oOlll3UBoIY2FzdGxhYnMiJGV5SmhjM05sZEVsa0lqb2lZMnhw Y0Y4ek9Ea3lOVEVpZlE9PTIHZGVmYXVsdA=="
    time "22:18:06"
    url "notaghost#9997 - http://getwvkeys.herokuapp.com"
    Text file from MPD : https://textup.fr/600668Aw

    Can you help me more please thank you guys

  28. Deceased
    Join Date
    Dec 2007
    Search PM
    Originally Posted by STRiCK3R View Post
    I tried again with more information but I get a new error "Error:RSA key format is not supported"
    try again, adding:
    ?specConform=true
    as query string parameter
    Last edited by blimey; 17th Dec 2021 at 05:26.

  29. hello friends could you help me with this chapter I can't find the license and pssh

    https://watch.boomerang.com/watch/69/1

  30. Originally Posted by kingkong0 View Post
    Originally Posted by tatata17 View Post
    WKS-KEY has been deleted. Can someone upload the file again?
    https://anonfiles.com/XdUbwepdve/WKS-KEYS_rar

    Hi, can you or anyone please kindly share the WKS-KEY again?
    It was deleted as well

    thanks in advance!




Similar Threads

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