hls-downloader
hls-downloader copied to clipboard
No Audio
Every video I download has no audio.
sorry to hear that, can you share a link for a specific video?
Same issue with any video from brightcove.com.
@fluggelgleckheimlen it's working here https://www.brightcove.com/en/player Do you have a different link?
@puemos, could you try these: https://www.brightcove.com/en/customers/rugbypass https://www.brightcove.com/en/customers/xero
Cause by a feature of HLS in which the audio and the video are 2 separated streams.
I will try to solve it using ffmpeg-asm
but it could blow up the extension size
Same here no audio on Tenplay streams (Brightcove)
no audio in downloaded videos, how to use ffmpeg-asm? online wating, thank you
I will try to fix/integrate that during the Christmas holiday, can't guarantee anything.
Hey nice job done here, It would be appreciated if somebody could try to fix the issue, no audio at this time.
Thanks !
Same issue with F1 TV Pro archive Race Mode where there are several audio streams (in this case it would require an extension enhancement to handle the user's audio language preference but at least I would expect it to download the English audio).
Attached example output from ffprobe. f1_tv_pro_race_mode_ffprobe.txt
Hi @puemos
I still have this audio problem, do you have some updates about that ?
Thanks :) !
Hello,
Same here, still not working. I tried 4 different browsers with no luck. It used to work though before the update. A 6/8 months ago it used to work properly but not anymore. Any fix in the agenda?
any update on this?
Looking for an updated on this. Same issue occurs on clikview.com
Download the individual parts and then use ffmpeg to assemble, like this:
ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a aac output.mp4
See https://superuser.com/questions/277642/how-to-merge-audio-and-video-file-in-ffmpeg