Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
f4m and hls using the external downloader #6069
Comments
|
Any hope that it will be implemented? It will be so awesome to use full internet speed to download hls videos. |
|
Can noobs help? |
|
There is a feature request to make HLS possible in Aria2. |
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