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.
youtube-dl replaces aria2 with ffmpeg as external downloader. Inform user? #21966
Comments
|
The question is simply: If this is intended behaviour, should there not be some message? |
|
@ 0x41mmarVM do you find a way to download multithreads this hls m3u8 file? |
|
So, is anything planned for this? I'm still experiencing this issue. Aria2 will hand something off to ffmpeg then ffmpeg tries to parse the -ext-dl-args meant for Aria. |
|
@shadowzoom No, no solution found. That said, I wasn’t looking for a solution, I just wanted a message in the log telling me that ffmpeg was subbed in, so that I don’t spend an hour messing with command switches and trying to understand why aria2c doesn’t understand my request. The silent switching was a bit mean. |
Duplicate of #10784
Checklist
Question
When calling youtube-dl on a segmented HLS/DASH and specifying an external downloader (aria2c), it silently switches to ffmpeg, and passes it the --external-downloader-args intended for aria2. This has been referred to in this issue, which was closed as duplicate, but I couldn't find what it was a duplicate of, nor did the author.
After searching issues for a while I now understand that aria2 does not support HLS or Segmented DASH, but shouldn't ytdl inform somehow before silently switching to ffmpeg?
Verbose Log:
`
ERROR: ffmpeg exited with code 1
`