VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  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. Education Student (Grad.) CrymanChen's Avatar
    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]
    twitter @Cryman_Chen
    email crymanchen@gmail.com
    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  



Similar Threads

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