Hello:
I can use the following command to download some live sports stream, like this:
C:\Videos\Download>youtube-dl.exe https://m3u8.1proxy.xyz/media/g_03/playlist.m3u8 --external-downloader ffmpeg --referer "https://bingsport.com/" -o test_video.mp4
But the live stream seem never ends, for example, for one soccer game, 99% of the games will end within 2 hours, unless it has over-time or even penalty shot out. Therefore, I want to set a time limit, like 2 hours (7200 seconds) for such M3U8 link, it seems ffmpeg has such option, but I don’t know how to convert the above command to ffmpeg.
Please advise on how I can either convert the youtube-dl command to ffmpeg command, or if youtube-dl/YT-DLP has similar option to set a time limit like ffmpeg -t option.
I have tried to Ctrl+C to stop the download, but the result file, no matter what name (like: test_video.mp4) I gave, it is not playable on any of the media I have.
So, trying manually stop this kind of download is not working!
Thanks,
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by zydjohn; 9th Nov 2021 at 16:16. Reason: Typo
-
-
here is another example:
HTML Code:yt-dlp --external-downloader ffmpeg --external-downloader-args "ffmpeg:-t 02:00:00" --referer "https://bingsport.com/" -o test_video.mp4 "https://m3u8.1proxy.xyz/media/g_03/playlist_gtom.m3u8"
Last edited by sk8ordi3; 9th Nov 2021 at 16:27.
Similar Threads
-
download live m3u8 stream from 247stream website
By grabyea in forum Video Streaming DownloadingReplies: 0Last Post: 12th Oct 2021, 15:37 -
Download without errors link m3u8
By filipino in forum Video Streaming DownloadingReplies: 10Last Post: 23rd Aug 2021, 18:39 -
download m3u8 link can Preview video but no sound
By takheang303 in forum Video Streaming DownloadingReplies: 7Last Post: 21st Aug 2021, 14:31 -
Please Help - Download / Back m3u8 link
By geordie10 in forum Video Streaming DownloadingReplies: 8Last Post: 2nd May 2021, 08:05 -
Hi
By spyro10 in forum Video Streaming DownloadingReplies: 1Last Post: 7th May 2018, 01:46