I am downloading a live stream in N_m3u8. Now, how can I stop the download after
a> specific time say 1 hour & 20 minutes has passed?
b> occupying a specific space say 120 mb?
+ Reply to Thread
Results 1 to 14 of 14
-
-
-
Code:
>N_m3u8DL-RE --morehelp custom-range More Help: --custom-range Download only part of the segments when downloading vod content. Examples: # Download [0,10], a total of 11 segments --custom-range 0-10 # Download subsequent segments starting from index 10 --custom-range 10- # Download the first 100 segments --custom-range -99 # Download content from the 05:00 to 20:00 --custom-range 05:00-20:00
To do scheduling you can use:
Code:--task-start-at <yyyyMMddHHmmss>
-
I want to record a stream in chunks. I want to mux every 10 segments. Once I do --custom-range 0-9 I download 9 segments. Now, i want to download from this 9th segment. But after some time the earlier segments are lost and 9th segment might have become 8th or 7h or even 5th. How to download in chunks such that every muxed mp4 has say 10 segments each. -
Not sure what you're trying to accomplish here, but --custom-range (while it can still work) is certainly not meant to be used with live streams, but rather with VODs, which already have a fixed segment count. If you want to record a live stream just use --live-pipe-mux.
-
-
that's an interesting post.
if for example I want to record a live stream starting at 11:00 this day for 1 hour what is the correct syntax?
N_m3u8DL-RE https://nameofthestream.mpd --use-shaka-packager --live-pipe-mux --live-record-limit 01:00:00 --task-start-at <20250418110000> --save-name pippo
doesn't run -
-
EDIT
it wait and start later, but then it ask me the resolution.
Supposed that I must write it before?
Am I correct? And how?
EDIT
You just replied before!
Thanks again, solved.Last edited by timetunnel; 18th Apr 2025 at 06:14.
Similar Threads
-
Streaming decrypted live stream - live pipe buffering problem
By Kalisto in forum Video Streaming DownloadingReplies: 0Last Post: 25th Apr 2024, 12:19 -
Downloading an HLS stream: ONLY in sync when downloading with ffmpeg. Possi
By royjeon215 in forum Video Streaming DownloadingReplies: 6Last Post: 21st Jan 2024, 02:56 -
Help Downloading Encrypted Live Stream
By seraphzero in forum Video Streaming DownloadingReplies: 4Last Post: 11th Dec 2023, 12:08 -
help downloading live stream
By filipino in forum Video Streaming DownloadingReplies: 9Last Post: 19th Oct 2021, 11:53 -
Downloading Live Stream from ZEE5, possible ?
By DonSeenu in forum Video Streaming DownloadingReplies: 8Last Post: 1st Sep 2021, 16:08