Hi
I'm new in the DRM business.
I use N_m3u8DL-RE to download from blockbuster.dk
It shows a key and a id, so I think, it will be decrypted correctly, wow!
But doesn't. The mp4 file is not decrypt.
So I try to decrypt manually but failed too with:
mp4decrypt --key xxxxx video.mp4 video_decrypted_2.mp4
So is N_m3u8DL-RE not getting the right key?
Code:01:24:51.428 INFO : Parsing streams... 01:24:51.443 INFO : Selected streams: 01:24:51.509 INFO : Vid *CENC 1920x1080 | 5903 Kbps | video_eng=5903000 | avc1.640028 | 432 Segments | Main | ~43m08s 01:24:51.532 INFO : Aud *CENC audio_eng=127992 | 127 Kbps | mp4a.40.2 | en | 2CH | 432 Segments | Main | ~43m08s 01:24:51.553 INFO : Sub textstream_dan=1000 | da | stpp.ttml.im1t | 43 Segments | Subtitle | ~42m23s 01:24:51.573 WARN : Writing meta json 01:24:51.592 INFO : Save Name: invasiond_ 01:24:51.600 INFO : Start downloading...Vid 1920x1080 | 5903 Kbps | video_eng=5903000 | avc1.640028 | Main 01:24:51.604 WARN : When CENC encryption is detected, binary merging is automatically enabled 01:24:52.400 WARN : Type: cenc 01:24:52.413 WARN : PSSH(WV): EhCSWDxVs51BwJLTSjPgpiqXSOPclZsG 01:24:52.454 WARN : KID: 92583c55b39d41c092d34a33e0a62a97 01:24:52.461 WARN : Reading media info... 01:24:52.862 INFO : NaN: Video, h264 (avc1), 1920x1080 01:29:56.767 INFO : Binary merging... 01:30:22.091 INFO : Start downloading...Aud audio_eng=127992 | 127 Kbps | mp4a.40.2 | en | 2CH | Main 01:30:22.645 WARN : Type: cenc 01:30:22.816 WARN : PSSH(WV): EhCSWDxVs51BwJLTSjPgpiqXSOPclZsG 01:30:22.843 WARN : KID: 92583c55b39d41c092d34a33e0a62a97 01:30:22.851 WARN : Reading media info... 01:30:23.354 INFO : NaN: Audio, aac (mp4a), 127 kb/s 01:30:58.808 INFO : Binary merging... 01:31:00.488 INFO : Start downloading...Sub textstream_dan=1000 | da | stpp.ttml.im1t | Subtitle 01:31:00.824 WARN : Reading media info... 01:31:01.790 INFO : NaN: Data, none (stpp) (default) 01:31:05.351 WARN : Extracting TTML(mp4) subtitle... 01:31:06.200 INFO : Binary merging... 01:31:06.725 INFO : Done
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by diginoob; 27th Dec 2024 at 20:11.
-
I didn't see processes related to decryption according to your log, so I would assume that you didn't provide the keys.
In fact, you should provide the keys and pass them to N_m3u8DL-RE, not waiting for it to automatically decrypt it. It's not magic.
Since you listed logs, I'll do it too:
I've got the keys first:
Code:2024-12-28 13:51:52 [INFO] Title: [S5.E1] Yellowstone - One Hundred Years is Nothing 2024-12-28 13:51:52 [INFO] Manifest: https://aws.[truncated].video/30/dash/live/3933425A-1/uhd/sdr/ultra_h265-9754584d.mpd?cdns=akamai%2Cgoogle%2Cbandaid&clearaudio=true 2024-12-28 13:51:52 [INFO] PSSH: xgIAAAEAAQC8AjwAVwBSAE0ASABFAEEARABFAFIAIAB4AG0AbABuAHMAPQAiAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAcwAuAG0AaQBjAHIAbwBzAG8AZgB0AC4AYwBvAG0ALwBEAFIATQAvADIAMAAwADcALwAwADMALwBQAGwAYQB5AFIAZQBhAGQAeQBIAGUAYQBkAGUAcgAiACAAdgBlAHIAcwBpAG8AbgA9ACIANAAuADAALgAwAC4AMAAiAD4APABEAEEAVABBAD4APABQAFIATwBUAEUAQwBUAEkATgBGAE8APgA8AEsARQBZAEwARQBOAD4AMQA2ADwALwBLAEUAWQBMAEUATgA+ADwAQQBMAEcASQBEAD4AQQBFAFMAQwBUAFIAPAAvAEEATABHAEkARAA+ADwALwBQAFIATwBUAEUAQwBUAEkATgBGAE8APgA8AEwAQQBfAFUAUgBMAD4AaAB0AHQAcABzADoALwAvAHAAbABhAHkAcgBlAGEAZAB5AC4AZQBuAHQAaQB0AGwAZQBtAGUAbgB0AC4AbgBlAHgAdAAuAHQAaABlAHAAbABhAHQAZgBvAHIAbQAuAGMAbwBtAC8AcABsAGEAeQByAGUAYQBkAHkALwByAGkAZwBoAHQAcwBtAGEAbgBhAGcAZQByAC4AYQBzAG0AeAA8AC8ATABBAF8AVQBSAEwAPgA8AEsASQBEAD4AYQBOAEMAMQBSAHIAZwBDAHAAZgBKAEMAMgBWAFkAagA1ADIATgBXAFcAdwA9AD0APAAvAEsASQBEAD4APABDAEgARQBDAEsAUwBVAE0APgBuAHcAdABRAGsAMABzAG4AbAB0AGsAPQA8AC8AQwBIAEUAQwBLAFMAVQBNAD4APAAvAEQAQQBUAEEAPgA8AC8AVwBSAE0ASABFAEEARABFAFIAPgA= 2024-12-28 13:51:52 [INFO] License URL: https://lic.drmtoday.com/license-proxy-headerauth/drmtoday/RightsManager.asmx 2024-12-28 13:51:52 [INFO] Decryption key(s): 2024-12-28 13:51:52 [INFO] 46b5d06802b8f2a542d95623e763565b:331f[truncated]cf3c 2024-12-28 13:51:52 [INFO] 08b817e3c0c84e76946bd0c4f7617da4:d9eb[truncated]48b2 2024-12-28 13:51:52 [INFO] Subtitles: 2024-12-28 13:51:52 [INFO] English (cc): https://streamcott-a.akamaihd.net/3933425A-1/eng.vtt
Code:..\N_m3u8DL-RE.exe "https://aws.[truncated].video/30/dash/live/3933425A-1/uhd/sdr/ultra_h265-9754584d.mpd?cdns=akamai%2Cgoogle%2Cbandaid&clearaudio=true" --key 46b5d06802b8f2a542d95623e763565b:331f...cf3c --key 08b817e3c0c84e76946bd0c4f7617da4:d9eb...48b2 --save-name "[S5.E1] Yellowstone - One Hundred Years is Nothing" -M mp4
Code:13:52:35.887 INFO : Parsing streams... 13:52:35.889 INFO : Selected streams: 13:52:35.890 INFO : Vid *CENC 3840x2160 | 15000 Kbps | video/hevc/15000 | 23.976 | hvc1.1.6.H150.90 | 964 Segments | ~01h04m19s 13:52:35.890 INFO : Aud *CENC audio/aac/hevc/448 | 448 Kbps | mp4a.40.2 | eng | 6CH | 965 Segments | Main | ~01h04m20s 13:52:35.891 WARN : Writing meta json 13:52:35.894 INFO : Save Name: [S5.E1] Yellowstone - One Hundred Years is Nothing 13:52:35.895 WARN : MuxAfterDone is detected, binary merging is automatically enabled 13:52:35.899 INFO : Start downloading...Vid 3840x2160 | 15000 Kbps | video/hevc/15000 | 23.976 | hvc1.1.6.H150.90 13:52:36.259 WARN : Type: cenc 13:52:36.260 WARN : KID: 46b5d06802b8f2a542d95623e763565b 13:52:36.261 WARN : Reading media info... 13:52:36.487 INFO : [0x1]: Video, hevc (Main) (hvc1), 3840x2160 14:02:53.215 INFO : Binary merging... 14:04:19.324 WARN : Type: cenc 14:04:19.329 WARN : KID: 46b5d06802b8f2a542d95623e763565b 14:04:19.515 INFO : Decrypting using MP4DECRYPT... 14:05:40.913 INFO : Start downloading...Aud audio/aac/hevc/448 | 448 Kbps | mp4a.40.2 | eng | 6CH | Main 14:05:41.516 WARN : Type: cenc 14:05:41.517 WARN : KID: 46b5d06802b8f2a542d95623e763565b 14:05:41.518 WARN : Reading media info... 14:05:41.656 INFO : [0x1]: Audio, aac (mp4a), 128 kb/s 14:06:17.826 INFO : Binary merging... 14:06:18.269 WARN : Type: cenc 14:06:18.270 WARN : KID: 46b5d06802b8f2a542d95623e763565b 14:06:18.271 INFO : Decrypting using MP4DECRYPT... 14:06:20.160 WARN : [S5.E1] Yellowstone - One Hundred Years is Nothing.mp4 14:06:20.161 WARN : [S5.E1] Yellowstone - One Hundred Years is Nothing.eng.m4a 14:06:20.161 WARN : Muxing to [S5.E1] Yellowstone - One Hundred Years is Nothing.MUX.mp4 14:06:58.230 WARN : Cleaning files... 14:06:58.348 WARN : Rename to [S5.E1] Yellowstone - One Hundred Years is Nothing.mp4 14:06:58.911 INFO : Done
Similar Threads
-
N_m3u8DL-CLI gives a "key is not a valid size..."
By fabianmg in forum Video Streaming DownloadingReplies: 11Last Post: 26th Jun 2024, 07:40 -
the good key VS N_m3u8DL-RE
By abacaxi in forum Video Streaming DownloadingReplies: 1Last Post: 7th Apr 2024, 23:30 -
Help me, where did i go wrong using N_m3u8DL-RE
By Ganteng in forum Video Streaming DownloadingReplies: 13Last Post: 2nd Apr 2024, 14:53 -
No downloader working without key. now getting base64 key string is tough.
By akshaysic in forum Video Streaming DownloadingReplies: 6Last Post: 14th Jan 2023, 10:33 -
WKS-KEYS Giving Wrong Decryption Key?
By dimiti in forum Video Streaming DownloadingReplies: 8Last Post: 23rd Nov 2022, 00:44