VideoHelp Forum




+ Reply to Thread
Results 1 to 17 of 17
  1. Hi,

    I spent the whole day figuring out how to use wks-keys.

    I want to download multiple videos from this show, but lets take this episode as an example:
    https://www.rts.ch/play/tv/faites-entrer-laccuse/video/les-freres-konhu-le-rocher-de-k...video:15003488

    this is the PSSH and license server i used which gave me the key
    AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgSEA/GRteU3EwTtTiG7sFr7l1I49yVmwY=
    https://srg.live.ott.irdeto.com/licenseServer/widevine/v1/SRG/license?contentId=RTSVOD


    I used the following command to download
    N_m3u8DL-RE -M format=mp4 --key 0fc646d794dc4c13b53886eec16bee5d:1a9c152fbfa9afe45 c9e23b8a91805d3 "https://rtsvod-drm.akamaized.net/out/v1/66454aac0d0a4354bf5b3cd91f1701b3/ee117b4ddb0346d58ede187698150662/8f2ca5f52f124f36932c3de2bd6c354f/index.mpd?sdh=true&caption=faena_20240701_full_fra _sdh.768a0b3971a5dcc5a464f4fca9a18ee8.vtt:fr:Fran% C3%A7ais%20(SDH)dh&webvttbaseurl=https://vod-subtitles.akamaized.net/assets/rts/rts-mediabusProdVideo-5332062794668-20240627214146295-P60dO1K" --save-name "video"

    But the output video was a solid grey screen with no audio, so obviously I did something wrong, I looked through previous threads, and I saw that the URL used in the nm3u8dl command was a different format (example below taken from another thread) but I don't know how to get this (if this is the issue)

    https://rtsvod-euwe.akamaized.net/ef624779-c07b-477a-b497-9486c7ad2205/RTSVOD-52d04d05...ncryption=cenc


    could anyone help point me in the right direction?

    Thanks
    Quote Quote  
  2. Banned
    Join Date
    Apr 2022
    Location
    Hong Kong
    Search Comp PM
    First, wrong key. Second, use shaka-packager instead.
    Key:
    Code:
    --key 00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3
    Should you have renamed the file into "video", run the command below:
    Code:
    shaka-packager in=video.mp4,stream=video,out=video_dec.mp4 --enable_raw_key_decryption --keys key_id=00888f2f07f74cdab93c7d6fb6352ee6:key=85ceb68e503f9f6dfc05c5dac9f88ec3
    The video playback is successful.
    Image
    [Attachment 80449 - Click to enlarge]
    Quote Quote  
  3. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Here are the keys :
    Code:
    00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3
    b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0
    Download command :
    Code:
    N_m3u8DL-RE 'https://rtsvod-drm.akamaized.net/out/v1/66454aac0d0a4354bf5b3cd91f1701b3/ee117b4ddb0346d58ede187698150662/8f2ca5f52f124f36932c3de2bd6c354f/index.mpd' --key 00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3 --key b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0 -M mkv --save-name 'faites-entrer-laccuse-les-freres-konhu-le-rocher-de-kanumera'
    Quote Quote  
  4. Originally Posted by aqzs View Post
    Here are the keys :
    Code:
    00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3
    b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0
    Download command :
    Code:
    N_m3u8DL-RE 'https://rtsvod-drm.akamaized.net/out/v1/66454aac0d0a4354bf5b3cd91f1701b3/ee117b4ddb0346d58ede187698150662/8f2ca5f52f124f36932c3de2bd6c354f/index.mpd' --key 00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3 --key b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0 -M mkv --save-name 'faites-entrer-laccuse-les-freres-konhu-le-rocher-de-kanumera'
    Thanks, this worked perfectly, however, since I have many more to do, could you tell me what I did wrong? and also how you got 2 keys? This is what I ran but as you guys said it gave me the wrong key.

    Image
    [Attachment 80452 - Click to enlarge]
    Quote Quote  
  5. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    because there have 2 pssh
    Code:
    AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgSELFYNPFjy0xQuCtWZ0kTXL9I49yVmwY=
    AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgSEACIjy8H90zauTx9b7Y1LuZI49yVmwY=
    Quote Quote  
  6. Originally Posted by iamghost View Post
    because there have 2 pssh
    Code:
    AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgSELFYNPFjy0xQuCtWZ0kTXL9I49yVmwY=
    AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgSEACIjy8H90zauTx9b7Y1LuZI49yVmwY=


    Thank you!!!!! I got it working, also thanks to everyone else who replied.
    Last edited by pstnnn; 6th Jul 2024 at 09:09. Reason: .
    Quote Quote  
  7. Ambassador Of Atmosphere
    Join Date
    Nov 2024
    Location
    Brooklyn, NY
    Search Comp PM
    We all bleed blue from the inside....
    Quote Quote  
  8. Originally Posted by dinzul View Post
    Can someone help me grab these? I got a key, but the video is unplayable on VLC. I think it is still encrypted
    RTS use now 2 keys (1 for video, 1 for audio)

    https://www.rts.ch/play/tv/une-amitie-dangereuse/video/episode-1-episode-1?urn=urn:rts...video:15443510
    https://www.rts.ch/play/tv/une-amitie-dangereuse/video/episode-2-episode-2?urn=urn:rts...video:15447133
    https://www.rts.ch/play/tv/une-amitie-dangereuse/video/episode-3-episode-3?urn=urn:rts...video:15458173
    https://www.rts.ch/play/tv/une-amitie-dangereuse/video/episode-4-episode-4?urn=urn:rts...video:15461095

    same keys for your 4 videos
    Code:
    00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3
    b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0
    Quote Quote  
  9. Hello,

    I'm trying to download a video from RTS i use NordVpn, as i can see the video is drm protect, so i use the WidevineProxy2 but the file is corrupted, i got the keys from the WidevineProxy2 extention but the file is corrupted, does annyone can help me to tell me what do do ? i need to understand what to do ? to get the right cmd or something to to please


    https://www.rts.ch/play/tv/doc-portrait/video/les-dents-de-la-mer-un-succes-monstre?ur...video:15483865


    N_m3u8DL-RE "https://rtsvod-drm-b.akamaized.net/out/v1/cb0669ad96da41afae0c91baeaff181c/28f7fa5ba0d74bc284b9c3c30483e3f5/079ab81b5a29436a8858584d322802e1/index.mpd?sdh=true&caption=docpo_20250301_full_fra _sdh.3fd7eaa637c60a8ea6c9df99c0d9f26e.vtt:fr:Fran% C3%A7ais%20(SDH)dh&webvttbaseurl=https://vod-subtitles.akamaized.net/assets/rts/rts-mediabusProdVideo-6244432119668-20250225113945935-6xmzxx4" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" -H "Accept: */*" -H "Origin: https://www.rts.ch" -H "Referer: https://www.rts.ch/" --key b15834f163cb4c50b82b566749135cbf:d328d75b0a0316957 0302107f40000f0 -M format=mkv --save-name=" "Les.Dents.De.La.Mer.L.Histoire.D.Un.Succes.Monstr e.2024.DOC.FRENCH.1080p.WEB-H264-bouba"

    10:53:48.151 WARN : [h264 @ 000002a2930569c0] non-existing PPS 4 referenced
    10:53:48.152 WARN : [h264 @ 000002a2930569c0] non-existing PPS 14 referenced
    10:53:48.154 WARN : [h264 @ 000002a2930569c0] non-existing PPS 2 referenced
    10:53:48.155 WARN : Last message repeated 1 times
    10:53:48.157 WARN : [h264 @ 000002a2930569c0] non-existing PPS 1 referenced
    10:53:48.159 WARN : [h264 @ 000002a2930569c0] illegal reordering_of_pic_nums_idc 6
    10:53:48.160 WARN : [h264 @ 000002a2930569c0] reference count 1 overflow
    10:53:48.161 WARN : [h264 @ 000002a2930569c0] non-existing PPS 1 referenced
    10:53:48.163 WARN : [h264 @ 000002a2930569c0] non-existing PPS 5 referenced
    10:53:48.164 WARN : [h264 @ 000002a2930569c0] non-existing PPS 12 referenced
    10:53:48.166 WARN : [h264 @ 000002a2930569c0] illegal reordering_of_pic_nums_idc 7
    10:53:48.168 WARN : [h264 @ 000002a2930569c0] illegal reordering_of_pic_nums_idc 31
    10:53:48.180 WARN : [h264 @ 000002a2930569c0] non-existing PPS 1 referenced
    10:53:48.183 WARN : [h264 @ 000002a2930569c0] non-existing PPS 5 referenced
    10:53:48.184 WARN : [h264 @ 000002a2930569c0] non-existing PPS 6 referenced
    10:53:48.187 WARN : [h264 @ 000002a2930569c0] non-existing PPS 5 referenced
    10:53:48.188 WARN : [h264 @ 000002a2930569c0] non-existing PPS 1 referenced
    10:53:48.189 WARN : [h264 @ 000002a2930569c0] reference count 3 overflow
    10:53:48.196 WARN : [h264 @ 000002a2930569c0] illegal reordering_of_pic_nums_idc 14
    10:53:48.197 WARN : [h264 @ 000002a2930569c0] non-existing PPS 1 referenced
    10:53:48.198 WARN : [h264 @ 000002a2930569c0] non-existing PPS 10 referenced
    10:53:48.200 WARN : [h264 @ 000002a2930569c0] illegal reordering_of_pic_nums_idc 30
    10:53:48.205 WARN : [h264 @ 000002a2930569c0] illegal reordering_of_pic_nums_idc 32
    10:53:48.207 WARN : [h264 @ 000002a2930569c0] non-existing PPS 1 referenced
    10:53:48.210 WARN : [h264 @ 000002a2930569c0] non-existing PPS 5 referenced
    10:53:48.212 WARN : [h264 @ 000002a2930569c0] reference count 1 overflow
    10:53:48.215 WARN : [h264 @ 000002a2930569c0] non-existing PPS 2 referenced
    10:53:48.229 WARN : [h264 @ 000002a2930569c0] reference count 1 overflow
    10:53:48.232 WARN : [h264 @ 000002a2930569c0] non-existing PPS 2 referenced
    10:53:48.235 WARN : [h264 @ 000002a2930569c0] illegal reordering_of_pic_nums_idc 19
    10:53:48.238 WARN : Cleaning files...
    10:53:48.356 WARN : Rename to
    Les.Dents.De.La.Mer.L.Histoire.D.Un.Succes.Monstre .2024.DOC.FRENCH.1080p.WEB-H264-bouba.mkv
    10:53:48.362 INFO : Done

    C:\Users\Domy\Desktop\widefrog>




    Image
    [Attachment 85794 - Click to enlarge]



    Image
    [Attachment 85795 - Click to enlarge]



    Image
    [Attachment 85796 - Click to enlarge]
    Quote Quote  
  10. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    According to your mpd, you've got missing keys. Your key
    Code:
    b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0
    Can only decrypt french audio
    <AdaptationSet id="2147175293" mimeType="audio/mp4" segmentAlignment="true" startWithSAP="1" lang="fr" bitstreamSwitching="true">
    <Label>Français</Label>
    <Representation id="7" bandwidth="128000" audioSamplingRate="48000" codecs="mp4a.40.2">
    <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_c onfiguration:2011" value="2"/>
    <ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="B15834F1-63CB-4C50-B82B-566749135CBF" xmlns:cenc="urn:mpeg:cenc:2013"/>
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  11. Thanx,

    How did you get this key ? where can we get the missing key that you sended me ?
    Quote Quote  
  12. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    I didn't get any key. I just copied it from you and explained what the issue is. To get the other key use widevineproxy2 and copy all available
    keys
    Code:
    --key b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0
    --key 00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3
    Press on both "+" and get all keys

    Image
    [Attachment 85797 - Click to enlarge]
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  13. Ohh okeyy, i didn't seen '+' that's why, thnx alot i download it correctly right now

    thx alot
    Quote Quote  
  14. Code:
    N_m3u8DL-RE "https://rtsvod-drm-b.akamaized.net/out/v1/a5b67246ec054617b10b974241800567/28f7fa5ba0d74bc284b9c3c30483e3f5/079ab81b5a29436a8858584d322802e1/index.mpd?hdnts=exp%3D1747326671%7Eacl%3D%2Fout%2Fv1%2Fa5b67246ec054617b10b974241800567%2F28f7fa5ba0d74bc284b9c3c30483e3f5%2F079ab81b5a29436a8858584d322802e1%2F%2A%7Ehmac%3D810ca3c90b60f64824f24ba4126f00d1404c663a19f01ec05a4032a68a56807e" --key b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0 --key 0fc646d794dc4c13b53886eec16bee5d:1a9c152fbfa9afe45c9e23b8a91805d3 --key 00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3 --save-name "Belfort_Lupin saison-1-1926" --check-segments-count false --no-log -M format=mkv
    
    N_m3u8DL-RE "https://rtsvod-drm-b.akamaized.net/out/v1/b3a08e51d5694749b99e961cd04b43a2/28f7fa5ba0d74bc284b9c3c30483e3f5/079ab81b5a29436a8858584d322802e1/index.mpd?hdnts=exp%3D1747326716%7Eacl%3D%2Fout%2Fv1%2Fb3a08e51d5694749b99e961cd04b43a2%2F28f7fa5ba0d74bc284b9c3c30483e3f5%2F079ab81b5a29436a8858584d322802e1%2F%2A%7Ehmac%3De6ef1381406ec8dd194f533d4accf1ecb51c029d080784f8b0bea8267288c7bf" --key b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0 --key 00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3 --key 0fc646d794dc4c13b53886eec16bee5d:1a9c152fbfa9afe45c9e23b8a91805d3 --save-name "Belfort_Lupin saison-1-2026" --check-segments-count false --no-log -M format=mkv
    
    N_m3u8DL-RE "https://rtsvod-drm-b.akamaized.net/out/v1/849e344e8c1b4906bec311fad4b20bdc/28f7fa5ba0d74bc284b9c3c30483e3f5/079ab81b5a29436a8858584d322802e1/index.mpd?hdnts=exp%3D1747326759%7Eacl%3D%2Fout%2Fv1%2F849e344e8c1b4906bec311fad4b20bdc%2F28f7fa5ba0d74bc284b9c3c30483e3f5%2F079ab81b5a29436a8858584d322802e1%2F%2A%7Ehmac%3D43aa75dbac1ecbed34b198b6d39c87cfcd557dace83fb03e3f51a2f250bc6ca6" --key 0fc646d794dc4c13b53886eec16bee5d:1a9c152fbfa9afe45c9e23b8a91805d3 --key 00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3 --key b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0 --save-name "Belfort_Lupin saison-1-2126" --check-segments-count false --no-log -M format=mkv
    
    N_m3u8DL-RE "https://rtsvod-drm-b.akamaized.net/out/v1/93fd4919d30b46b09681449aa153d4d4/28f7fa5ba0d74bc284b9c3c30483e3f5/079ab81b5a29436a8858584d322802e1/index.mpd?hdnts=exp%3D1747326800%7Eacl%3D%2Fout%2Fv1%2F93fd4919d30b46b09681449aa153d4d4%2F28f7fa5ba0d74bc284b9c3c30483e3f5%2F079ab81b5a29436a8858584d322802e1%2F%2A%7Ehmac%3Dc842eedecdb13072c28333f2489ea6ac5200387e8a1bbedd4a854a5dc341f7d4" --key 0fc646d794dc4c13b53886eec16bee5d:1a9c152fbfa9afe45c9e23b8a91805d3 --key b15834f163cb4c50b82b566749135cbf:d328d75b0a03169570302107f40000f0 --key 00888f2f07f74cdab93c7d6fb6352ee6:85ceb68e503f9f6dfc05c5dac9f88ec3 --save-name "Belfort_Lupin saison-1-2226" --check-segments-count false --no-log -M format=mkv
    Quote Quote  
  15. Ambassador Of Atmosphere
    Join Date
    Nov 2024
    Location
    Brooklyn, NY
    Search Comp PM
    Thanks, IceM!
    We all bleed blue from the inside....
    Quote Quote  



Similar Threads

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