VideoHelp Forum
+ Reply to Thread
Page 20 of 20
FirstFirst ... 10 18 19 20
Results 571 to 580 of 580
Thread
  1. Originally Posted by lomero View Post
    for first link: https://www.rte.ie/player/series/hidden-assets/SI0000012001?epguid=IP000067248

    Code:
    yt-dlp --allow-u https://vod.rte.ie/rte/vod-d/RTE_Prod_-_Prod/66/316/IP000067246/IP000067246-1636325289096.ism/.mpd?filter=systemBitrate%3C%3D7000000&hls_fmp4=true&available=1636324140&expiry=1793923200&ip=37.228.211.212&token1=92cee84c7fe14f10511a5069ff651280dae74b634c750669d28980379a0ad16a
    keys:

    Code:
    8055dd0482509b73e09b0f6e6bff90e9:8264d85264fe50e95d454b0ef7d78b81
    50f70fb6096a54c59571821099a7a4d2:3e7f40d717f90c119d7163b206bf1165
    22bfde557af757ac824c429bef31da38:e192405460ac7cf5bc697c41e2776a86
    b651c4288e6d5885b3920c829da3c2a0:51e82aa19839c3b10fcfec8c82215ccf
    ffa3c60628b8512cb62855dbe81ed11d:61135a69d6660a21926b3497249cf73e
    use keys as described here: https://forum.videohelp.com/threads/403888-CTV-ca#post2638676
    thanks. How do i get keys for future ?
    Quote Quote  
  2. read old post on this forum.
    is full to thred to this.

    like this: https://forum.videohelp.com/threads/403866-Download-from-NPO#post2638556
    Quote Quote  
  3. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Rte has also changed it's drm policy.
    But what info is now needed for either wsk-key or https://getwvkeys.herokuapp.com/ to work?

    the pssh is easy to obrain, but the license url seems to be a tad tricky to find in the mpd or in the modulardrmtoken (side note, the license search in dev tools gives up the oplayer, but that's adverts and or facebook, so not relevant.)

    essentially, what the hell is the license url
    Quote Quote  
  4. License url is https://widevine.entitlement.eu.theplatform.com/wv/web/ModularDrm?token but you also need the pid from the request headers goodluck
    Quote Quote  
  5. search lic from dev tool - network activity
    Quote Quote  
  6. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by lomero View Post
    search lic from dev tool - network activity
    lic gives up a number of hits, but not the one needed, I think
    "wide" or "token" both give up the license header. Now where is the pid?


    edit, pid found, but where is it used with the license url
    in either the wsk-key script or getwvkeys
    Last edited by Sorenb; 7th Dec 2021 at 14:13.
    Quote Quote  
  7. Deceased
    Join Date
    Dec 2007
    Search PM
    Originally Posted by Sorenb View Post
    edit, pid found, but where is it used with the license url
    in either the wsk-key script or getwvkeys
    default license request may be in json format, like this;
    Code:
    https://widevine.entitlement.eu.theplatform.com/wv/web/ModularDrm?form=json&schema=1.0&token=ey ...
    with the parameters in the json data body, like this;
    Code:
    -H "Content-Type: application/json; charset=UTF-8" --data-binary "{\"getWidevineLicense\":{\"releasePid\":\"SzLfsGit_dRx\",\"widevineChallenge\":\"CAQ=\"}}"
    license request can be altered to raw binary (instead of json), using query string parameters, like this;
    Code:
    https://widevine.entitlement.eu.theplatform.com/wv/web/ModularDrm/getRawWidevineLicense?schema=1.0&form=json&releasePid=SzLfsGit_dRx&token=ey ...
    Quote Quote  
  8. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by blimey View Post
    Originally Posted by Sorenb View Post
    edit, pid found, but where is it used with the license url
    in either the wsk-key script or getwvkeys
    default license request may be in json format, like this;
    Code:
    https://widevine.entitlement.eu.theplatform.com/wv/web/ModularDrm?form=json&schema=1.0&token=ey ...
    with the parameters in the json data body, like this;
    Code:
    -H "Content-Type: application/json; charset=UTF-8" --data-binary "{\"getWidevineLicense\":{\"releasePid\":\"SzLfsGit_dRx\",\"widevineChallenge\":\"CAQ=\"}}"
    license request can be altered to raw binary (instead of json), using query string parameters, like this;
    Code:
    https://widevine.entitlement.eu.theplatform.com/wv/web/ModularDrm/getRawWidevineLicense?schema=1.0&form=json&releasePid=SzLfsGit_dRx&token=ey ...

    That's very helpful, thank you. Although I must be having a senior moment in trying to understand what to do with the licence url.
    Of the examples above, let's take the third one, would that url be entered into the licence url at getwvkeys as
    Code:
    https://widevine.entitlement.eu.theplatform.com/wv/web/ModularDrm/getRawWidevineLicense?schema=1.0&form=json&releasePid=XXXXXXXXXXXX&token=ey ...
    where XXXXXXXXXXXX is the pid, what follows ey..
    Also, would that URL work in the WSK-Key script?
    Quote Quote  
  9. Member
    Join Date
    Dec 2021
    Location
    Spain
    Search Comp PM
    the site also needs a variable program Id sent in the headers also in the json

    He added a section to accommodate it but there were updates yesterday also for rte it seems which made the cracked android cdm defunct now also. I'm not aware of other cdms that are cracked.

    I think https://getwvkeys.herokuapp.com/
    Will be dead as of today for many sites

    If someone finds one let me know.
    Ive looked through these and can get pssh, licence url, mpd headers, pid etc but pywidevine and wvdecrypt are currently out of action from what I can see. I'm not sure how they work yet myself I need to read up on it.
    Quote Quote  
  10. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by kenyard View Post
    the site also needs a variable program Id sent in the headers also in the json

    He added a section to accommodate it but there were updates yesterday also for rte it seems which made the cracked android cdm defunct now also. I'm not aware of other cdms that are cracked.

    I think https://getwvkeys.herokuapp.com/
    Will be dead as of today for many sites

    If someone finds one let me know.
    Ive looked through these and can get pssh, licence url, mpd headers, pid etc but pywidevine and wvdecrypt are currently out of action from what I can see. I'm not sure how they work yet myself I need to read up on it.
    RTÉ haven't changed anything, it's widevine that has changed. RTÉ stills issues out the same kid, ReleasePid, mpd and license url as before the reent drm changes. But the server which issued the decryption key has revoked access to outdated cdm's.
    Quote Quote  



Similar Threads

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