I'm trying to download a livestream that is just a plain hls with no encryption. I usually use streamlink, but this site I'm trying to use recently doesn't output a correct video/audio synced output when downloaded with streamlink/yt-dlp/nm3u8dl etc.
The only option that produces the correct output with the audio and video in sync is ffmpeg, but ffmpeg is very user-unfriendly and lacks functionality related to retries when connection is lost, and etc.
This is super weird cuz when I play the hls stream using VLC or any other livestream supported players, they are on sync. But what I do noticed is that when I play them on a player, the audio is mute for a second or two and then plays the audio correctly.
Can anyone possibly explain the cause of this situation and probably a fix? I would love to use streamlink instead of ffmpeg.
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 7 of 7
-
-
This makes it go out of sync like streamlink
-
I assume you have never used this
ffmpeg -multiple_requests 1 -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -i http://url.m3u8 .... -
Similar Threads
-
Downloading HLS stream
By Ukarer in forum Video Streaming DownloadingReplies: 2Last Post: 18th Jan 2022, 06:27 -
Help downloading HLS protected stream
By AliasZA in forum Video Streaming DownloadingReplies: 2Last Post: 27th Apr 2021, 15:22 -
HLS Protected Stream Downloading Help
By Yamiraan in forum Video Streaming DownloadingReplies: 6Last Post: 30th Mar 2021, 15:57 -
Help downloading AES-encrypted HLS video stream
By Woodswolf in forum Video Streaming DownloadingReplies: 26Last Post: 25th May 2019, 14:20 -
Downloading a encryption key for HLS AES 128 stream
By Bibagi in forum Video Streaming DownloadingReplies: 7Last Post: 3rd Apr 2019, 12:57