Hello to all,
I'm trying to decrypt a video with mp4decrypt, but I can't.
Here is my way:
1. Recover the video with YT-DLP, in 1080p with the following mpd file: https://ocsstreaming.akamaized.net/WESTWOR0401W0189476CJITS117950-E9C4%2F3BFCFBA7-487B...maf.cenc.X.mpd
2. Found the PSSH in the file: AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIARIQnE FtFYYaTmSfexRkB3PW1w==
3. Convert PSSH from hexa to base 64: 000000347073736800000000edef8ba979d64acea3c827dcd5 1d21ed00000014080112109c416d15861a4e649f7b14640773 d6d7
4. Get what I think is the KID: 9c416d15-861a-4e64-9f7b-14640773d6d7
5. Performed the following command to decrypt the video:6. But it didn't work, so I tried without the dashes in the KID. I have a video only with artifacts.Code:C:\Users\X4ndu>C:\Users\X4ndu\Downloads\Bento4-SDK-1-6-0-639.x86_64-microsoft-win32\bin\mp4decrypt.exe --key 9c416d15-861a-4e64-9f7b-14640773d6d7:000000347073736800000000edef8ba979d64acea3c827dcd51d21ed00000014080112109c416d15861a4e649f7b14640773d6d7 "C:\Users\X4ndu\Downloads\yt-dlp_win\Nouveau dossier\WESTWOR0401W0189476CJITS117950-E9C4.3BFCFBA7-487B-4A0E-8274-8BFA98B184D2.cmaf.cenc.X [WESTWOR0401W0189476CJITS117950-E9C4.3BFCFBA7-487B-4A0E-8274-8BFA98B184D2.cmaf.cenc.X].f7.mp4" decrypt.mp4
What could I have missed?
Thanks for your help.
P.S. Would you know how to recover the subtitles with the .mpd file?
+ Reply to Thread
Results 1 to 6 of 6
-
-
the key is not the PSSH in hex, you need to make a widevine license request and obtain the key that way. and yes, KID goes without dashes.
-
Maybe like this
Code:ytdlp.exe --allow-u --write-sub -N 8 "https://ocsstreaming.akamaized.net/WESTWOR0401W0189476CJITS117950-E9C4%2F3BFCFBA7-487B-4A0E-8274-8BFA98B184D2%2FWESTWOR0401W0189476CJITS117950-E9C4.3BFCFBA7-487B-4A0E-8274-8BFA98B184D2.cmaf.cenc.X.mpd"
-
Thank you for your answers (sorry for the delay). I will now try to find the right information to decrypt the files
-
Similar Threads
-
How to decrypt this MPD link and license key?
By kienkzz in forum Video Streaming DownloadingReplies: 17Last Post: 29th May 2025, 04:18 -
Decrypt MP4 file with MPD
By ZIPC in forum Video Streaming DownloadingReplies: 7Last Post: 24th Oct 2021, 10:20 -
How to decrypt an mpd file. Steps please
By iscosilvabh in forum Video Streaming DownloadingReplies: 6Last Post: 3rd Jul 2021, 10:13 -
How can i get mp4 decrypt key from mpd
By 4vent in forum Video Streaming DownloadingReplies: 3Last Post: 9th May 2021, 15:04 -
Help decrypt MPD Live Stream
By Egn69217j_ in forum Video Streaming DownloadingReplies: 8Last Post: 13th Apr 2021, 07:21