Hello all! I am using Streamlink to record a m3u8 livestream link with the following command:
(the link has been removed to avoid any posting/copyright issues, but can be provided upon request)Code:streamlink --record test11 [m3u8 URL] best
I use the "--record" to playback the file while it is also writes to a file. This works fine, except for the buffering I experience. I can play the link just fine in VLC, but not when using streamlink.
I have attempted to use the "--ringbuffer-size" to experiment with different amounts from 16-128mb, but none of them really fix the problem. I have disabled the caching in VLC to ensure no issues there.
What can I do to fix the buffering? Thanks so much!
+ Reply to Thread
Results 1 to 3 of 3
-
-
try use N_m3u8DL-RE
Code:N_m3u8DL-RE.exe "m3u8 url" --custom-hls-key "if needed" --live-real-time-merge --live-record-limit <TIME>
-
streamlink --stream-segment-threads 10 URL best -o - | vlc -
or
streamlink --stream-segment-threads 1 URL best -o - | vlc -
Similar Threads
-
Hi8 deck: constantly switching between SP/LP
By kernelfree in forum RestorationReplies: 2Last Post: 3rd Dec 2023, 09:24 -
Skipping video when recording with streamlink
By dennyg in forum Video Streaming DownloadingReplies: 16Last Post: 3rd Feb 2021, 09:33 -
How to download WE-PLAY.TV with Streamlink?
By minegroasprilla in forum Video Streaming DownloadingReplies: 2Last Post: 3rd Aug 2020, 14:30 -
Youtube DVR Recording Problems With Streamlink
By ghostrewel in forum Video Streaming DownloadingReplies: 7Last Post: 13th Apr 2020, 07:15 -
Help Recording m38u HLS aac stream with ffmpeg (streamlink works)
By Neilyboy in forum Video Streaming DownloadingReplies: 2Last Post: 10th Apr 2020, 06:51