Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

f4m and hls using the external downloader #6069

Open
remitamine opened this issue Jun 24, 2015 · 3 comments
Open

f4m and hls using the external downloader #6069

remitamine opened this issue Jun 24, 2015 · 3 comments
Labels

Comments

@remitamine
Copy link
Collaborator

i'm asking if it is possible to make f4m and hls downloading the segments using the external downloader if the --externl-downloader option is used.
as i see in the code the F4mFD is using HttpFD and the NativeHlsFD use the compat_urllib_request.
it even possible to share the downloading part of the HlsFD and NativeHlsFD and the only difference is how to combine the segments together.
i made a simple script to download m3u8 segments and create a m3u8 video file working with the local parts(you can play it without combining the parts).
and it simple to combine the files just make the m3u8 result file as the input of the ffmpeg.
it depends on m3u8 module and the aria2 but it's possible to make it work with other downloaders.
M3U8 downloader

@Gaploid
Copy link

Gaploid commented Oct 18, 2017

Any hope that it will be implemented? It will be so awesome to use full internet speed to download hls videos.

@dneise
Copy link

dneise commented May 3, 2019

Can noobs help?

@sergeevabc
Copy link

There is a feature request to make HLS possible in Aria2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants