Hello.
I need someone to explain why ffs N_m3u8dl-re is not working properly while xstreamdl.exe does.
Let me start from the beginning.
I have a script that uses xstreamdl to download from c+
It gets audio+video stream and then decrypts both files and merges using ffmpeg.
stupid simple.
I tried to modify the script to use N_m3u8dl-re because it looks better than xstreamdl but it throws wall of warnings and the output file is fckd up.
xstreamdl command used to download / decrypt:
+Code:xstreamdl --name encrypted --best-quality --raw-concat --limit-per-host 20 --log-level ERROR "https://ec06-waw3.cache.orange.pl/canal/v/canal/vod/store01/CCS_25150958/_/hd4-hssdrm02.ism/Manifest"
+Code:mp4decrypt encrypted_audio.m4a decrypted_audio.m4a --key 35e3073206554c7ab7c858a31f99895f:91a0e34ff48d0e92e2e14aa007126d9f mp4decrypt encrypted_video.mp4 decrypted_video.mp4 --key 35e3073206554c7ab7c858a31f99895f:91a0e34ff48d0e92e2e14aa007126d9f
Code:ffmpeg -i decrypted_audio.m4a -i decrypted_video.mp4 -c:v copy -c:a copy -y -loglevel error output_filename.mp4
N_m3udl-re command that fails:
Code:N_m3u8DL-re "https://ec06-waw3.cache.orange.pl/canal/v/canal/vod/store01/CCS_25150958/_/hd4-hssdrm02.ism/Manifest" --key 35e3073206554c7ab7c858a31f99895f:91a0e34ff48d0e92e2e14aa007126d9f --save-name "output" -mt -M format=mp4 -sa best -sv best
[Attachment 83638 - Click to enlarge]
this is how it looks after being downloaded with N_m3udl-re.
I even tried --use-shaka-packager but i get same result.
Can someone explain wtf is happening here ?![]()
+ Reply to Thread
Results 1 to 6 of 6
-
-
Code:
-sa best -sv best
Edit: I just tested out of curiosity, and the keys you wrote are indeed for 1080p. My bad. Make sure your N_m3u8DL-RE is up to date. Your exact command is working for me.Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 21st Nov 2024 at 15:30.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Yep. My bad. I double checked and it works for me. Make sure you have everything set up to date.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Option with two keys extracted using L3
[Attachment 83645 - Click to enlarge]
download :
[Attachment 83646 - Click to enlarge]
proof:
[Attachment 83647 - Click to enlarge]
[Attachment 83648 - Click to enlarge]
Similar Threads
-
help with N_m3u8DL-RE
By darwin567 in forum Video Streaming DownloadingReplies: 2Last Post: 5th Oct 2024, 01:59 -
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 -
Need help me getting the N_m3u8DL-RE
By mrsimple8x in forum Video Streaming DownloadingReplies: 2Last Post: 19th Dec 2023, 07:29 -
Testing N_m3u8DL-RE
By Subtitles in forum Video Streaming DownloadingReplies: 2Last Post: 11th Sep 2023, 12:12