Just wanted to share my newbie (and finally successful) attempt at downloading from RTL Play under Windows10 with minimal "coding", using Firefox with the following extensions:
- The Stream Detector
- Widevine L3 Guessor 2024
With the Stream Detector, simply selected N_m3u8DL-RE command, then clicked on the index.mpd to save the links.
[Attachment 81626 - Click to enlarge]
My first rookie mistake was to paste the complete output in a command window.
Because the output contains two links:The first one is for the video stream, the second one for subtitles I guess. I was initially pasting the full thing and of course it wasn't working /facepalm.Code:N_m3u8DL-RE "https://video.dpgmedia.net/out/v1/287cc7464df940e48d9be09fe54e2857/eb76c933215848938246f10a6161dc4b/75aa63df75e944e0aeafbdbcbf096fc1/index.mpd?aws.manifestfilter=subtitle_language%3Azzz%3Btrickplay_type%3Aiframe%3Baudio_codec%3AAACL" --header "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0" --header "Referer: https://www.rtlplay.be/" --save-name "index" N_m3u8DL-RE "https://video-scrub-images.persgroep.be/eca534ca-dc2a-46eb-b55d-6c07b917a7bc/sprites/eca534ca-dc2a-46eb-b55d-6c07b917a7bc.vtt" --header "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0" --header "Referer: https://www.rtlplay.be/" --save-name "eca534ca-dc2a-46eb-b55d-6c07b917a7bc"
Pasting only the first link will save an encrypted index.mp4 file.
[Attachment 81623 - Click to enlarge]
It even gives you the first half of the key pairs with KID, one for the video stream beginning with 7b8... and the other for the audio stream beginning with 718...
To get the key pairs, Widevine L3 Guessor 2024 will help here. While streaming the video the extension will provide key pairs:
[Attachment 81624 - Click to enlarge]
You will recognize the 7b8... on the second line, and 718... on the fifth line.
With those, you can use mp4decrypt
[Attachment 81625 - Click to enlarge]
And the same for the audio file.
The final step is to merge both decrypted files using mkvmerge.
And voilà.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 4 of 4
-
-
You can use this command to do everything in one go:
MPDURL is (as the name suggests) the MPD url
OUTPUTNAME is the name of the output file you want (so SHOWNAME SXXEXX - TITLE for example)
SUBFILEPATH is the PATH + FILENAME of the subtitles you want to include. Download them first and place them in the same directory. You can just paste the link in Firefox, you don't need N_m3u8DL-RE to download them.
Put all the keys you get from the extension in a text file in the same folder and name it keys.txt ==> RE will automatically select the correct keys
Code:N_m3u8DL-RE.exe MPDURL --save-name OUTPUTNAME --auto-select --mp4-real-time-decryption --mux-after-done format=mkv:muxer=mkvmerge --mux-import path=SUBFILEPATH:lang=fr:name="Français" -ss all --binary-merge --use-shaka-packager --check-segments-count false --key-text-file keys.txt
Code:N_m3u8DL-RE.exe ffmpeg.exe mkvmerge.exe shaka-packager.exe keys.txt (with the right keys in there)
-
Hi,
i would like to test this on a rtl play video, could you explain me how i can adapt this process to my link?
prerequisites in target folder? wher can i find the sources?
do i run the command in cmd??
thanks in advance
ps, je suis belge, donc ci c'est hyper technique, des explications en français me conviennent parfaitement aussi
Similar Threads
-
Can someone help me to download a video from plus.rtl.de
By frankio in forum Video Streaming DownloadingReplies: 121Last Post: 28th Feb 2025, 14:39 -
Help to get RTL video
By Zer0lll in forum Video Streaming DownloadingReplies: 3Last Post: 17th May 2024, 15:24 -
A rtl play video keys not found with a CDRM-Project down today.
By GilbertA83 in forum Video Streaming DownloadingReplies: 6Last Post: 14th May 2024, 13:17 -
Download from RTL Play
By Kiwaki in forum Video Streaming DownloadingReplies: 10Last Post: 25th Mar 2024, 10:39 -
How can I download videos from play.rtl.hr?
By Nintendo Custom in forum Video Streaming DownloadingReplies: 23Last Post: 24th May 2022, 12:51