Hi Everyone,
I am using WidevineProxy2 to get the key for a live stream, then I copy what it gives me and run the cmd:
N_m3u8DL-RE "https://r-live-cache.akamaized.net/USL03/SH4/SH4.isml/.mpd?ssai=cGlkPUs0ODgyVVBPOE1QMTBQWjdBNzA5SDBJUzAw NUwmZGNpZD1kZXNrdG9wJnQ9UEE6UFJFTUlVTSxQUjpEU3R2LF NDOkxpbmVhciZwZj1odG1sNSZnZHByPTAmZ2Rwcl9jb25zZW50 PTAmZ2Rwcl9wZD0w&filter=%28type%3D%3D%22video%22%2 6%26MaxHeight%3C%3D576%29%7C%7C%28type%3D%3D%22aud io%22%26%26systemBitrate%3E30000%29%7C%7C%28type%3 D%3D%22textstream%22%29&hdnts=exp%3D1757334516~acl %3D*%2FSH4*~id%3De5268207-fc62-4e50-8383-741f9c1ce4c9~data%3Dplayback_capabilities%3DCLOUD_ DVR~hmac%3D4e2fec105c3cc2982aff8cb974fd986b7554354 cdf127d88285b23559b40cec9" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36" -H "Accept: */*" -H "Origin: https://dstv.stream" -H "Referer: https://dstv.stream/" --key dead7f13c4144efdb89ba1826ae19f21:0687c113117bbcfe0 464b7acf1bdbe8f --use-shaka-packager -M format=mkv
It gives me the different quality options and I choose 720p. It starts to download and keeps downloading, but it never creates a file, I only get a new folder called "_2025-09-08_14-23-00" and inside this folder I have another 2 folders and 3 files.
(Folder) - 0_video=1200000_hvc1.1.6.L93.B0_1200000_
(Folder) - 1_audio_ata=64000_mp4a.40.2_64000_ata
(File) - meta.json
(File) - meta_selected.json
(File) - raw.mpd
Will someone please be able to help get it running and for me to get it to work in jellyfin.
Thanking you in advance.
+ Reply to Thread
Results 1 to 11 of 11
-
-
if N_m3u8DL-RE get folder audio and video but no download, maybe forbidden. need more -H
proxy2 is wonderful ext but download command is not always complete, sometimes you need to add some headers
maybe share one screen shot when run N_m3u8DL-RE command
but before try again and add
--append-url-params
or try also this command
RE "http://mpd" --mp4-real-time-decryption --live-real-time-merge --live-pipe-mux --use-shaka-packager --key xxxxxx --save-name xxxLast edited by lomero; 8th Sep 2025 at 10:05.
-
Hi lomero,
thank you for your reply. I've tried to add --append-url-params, but same thing happens, it download to a folder, this is what I get
[Attachment 88630 - Click to enlarge]
[Attachment 88631 - Click to enlarge]
[Attachment 88632 - Click to enlarge]
Then I also ran the other command you have suggested, but then I get a "forbidden" error
[Attachment 88633 - Click to enlarge] -
about forbidden need more -H
or maybe also need cookies. -H "Cookie: eyJT...."
but seem on first command work fine (with --append-url-params)
add time to rip (command below rip 50 min of live video)
--live-record-limit 00:50:00 -
Thanks lomero, I have made a test for 5 mins, but the same issue
[Attachment 88647 - Click to enlarge]
[Attachment 88648 - Click to enlarge]
[Attachment 88649 - Click to enlarge] -
again. if download not work/forbidden need more header. or cookie for header
without test myself idk what happen, so can't help -
this site is DStv live. maybe some users here know how rip live from this streaming service. share your info's about download
-
This command works for me.
Could you test it?
Code:N_m3u8DL-RE "fresh mpd link" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" -H "Accept: */*" -H "Referer: https://dstv.stream/" -H "Origin: https://dstv.stream" --live-pipe-mux --live-record-limit 00:02:00 --key dead7f13c4144efdb89ba1826ae19f21:0687c113117bbcfe0464b7acf1bdbe8f
Check that you have ffmpeg in the N_m3u8DL-RE folder.
[Attachment 88657 - Click to enlarge]Last edited by cedric8528; 10th Sep 2025 at 12:10.
-
Similar Threads
-
Live Stream DRM content to jellyfin
By neofita in forum Video Streaming DownloadingReplies: 2Last Post: 5th Jul 2025, 07:31 -
Need Help: to re-stream the live stream Without reaching EOF "End of file"
By doughnuts in forum Video Streaming DownloadingReplies: 1Last Post: 14th Mar 2025, 13:15 -
Streaming decrypted live stream - live pipe buffering problem
By Kalisto in forum Video Streaming DownloadingReplies: 0Last Post: 25th Apr 2024, 12:19 -
Restream encrypted live mpd for Emby
By prpepp in forum Video Streaming DownloadingReplies: 2Last Post: 25th Nov 2023, 19:31 -
n_m3u8dl-re restream live stream
By trucblah in forum Video Streaming DownloadingReplies: 1Last Post: 27th Dec 2022, 17:32