Is it possible to restream a .mpd URL + keys using N_m3u8DL-re? I've tried everything, but the .ts file that is created keeps getting infinitely large. Could you explain…
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 8 of 8
-
Last edited by ottoplank; 22nd Jul 2024 at 22:44. Reason: wrong word
-
you can use streamlink using this command streamlink.exe "http://.mpd " best --ffmpeg-dkey "key"
-
-
python -m streamlink --ffmpeg-dkey "key" -O .mpd best | ffmpeg -nostdin -hide_banner -loglevel error -i - -c copy -f hls -hls_segment_type mpegts -hls_flags delete_segments+append_list -segment_list_flags live+program_date_time -hls_time 2 -hls_list_size 10 /var/www/hls/index.m3u8
Same ffmpeg command for n M3u8dl re
Or in mpegts http stream
streamlink --player-external-http --player-external-http-port=1000 mpd best
Edit: for LinuxLast edited by notaghost; 24th Jul 2024 at 13:28.
discord=notaghost9997 -
Similar Threads
-
Streaming decrypted live stream - live pipe buffering problem
By Kalisto in forum Video Streaming DownloadingReplies: 0Last Post: 25th Apr 2024, 12:19 -
DSTV live streaming
By Dazii in forum Video Streaming DownloadingReplies: 1Last Post: 10th Sep 2023, 03:58 -
help, download this live streaming
By filipino in forum Video Streaming DownloadingReplies: 5Last Post: 23rd Jan 2022, 22:30 -
help with live streaming
By filipino in forum Video Streaming DownloadingReplies: 5Last Post: 31st Jul 2021, 15:11 -
soft similar to m3u8dl
By kalemvar1 in forum Video Streaming DownloadingReplies: 1Last Post: 29th Jan 2021, 13:57