Git Product home page Git Product logo

Comments (15)

puemos avatar puemos commented on May 19, 2024 4

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

from hls-downloader.

fluggelgleckheimlen avatar fluggelgleckheimlen commented on May 19, 2024 1

Same issue with any video from brightcove.com.

from hls-downloader.

fluggelgleckheimlen avatar fluggelgleckheimlen commented on May 19, 2024 1

@puemos, could you try these:
https://www.brightcove.com/en/customers/rugbypass
https://www.brightcove.com/en/customers/xero

from hls-downloader.

nagualcode avatar nagualcode commented on May 19, 2024 1

any update on this?

from hls-downloader.

puemos avatar puemos commented on May 19, 2024

sorry to hear that, can you share a link for a specific video?

from hls-downloader.

puemos avatar puemos commented on May 19, 2024

@fluggelgleckheimlen it's working here https://www.brightcove.com/en/player
Do you have a different link?

from hls-downloader.

tranzfusion avatar tranzfusion commented on May 19, 2024

Same here no audio on Tenplay streams (Brightcove)

from hls-downloader.

newcolin avatar newcolin commented on May 19, 2024

no audio in downloaded videos, how to use ffmpeg-asm? online wating, thank you

from hls-downloader.

puemos avatar puemos commented on May 19, 2024

I will try to fix/integrate that during the Christmas holiday, can't guarantee anything.

from hls-downloader.

HarlCode avatar HarlCode commented on May 19, 2024

Hey nice job done here,
It would be appreciated if somebody could try to fix the issue, no audio at this time.

Thanks !

from hls-downloader.

moftot avatar moftot commented on May 19, 2024

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

from hls-downloader.

killian44330 avatar killian44330 commented on May 19, 2024

Hi @puemos
I still have this audio problem, do you have some updates about that ?
Thanks :) !

from hls-downloader.

wwardak avatar wwardak commented on May 19, 2024

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?

from hls-downloader.

rgiresi1 avatar rgiresi1 commented on May 19, 2024

Looking for an updated on this. Same issue occurs on clikview.com

from hls-downloader.

aellerton avatar aellerton commented on May 19, 2024

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

from hls-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.