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.
[FR] fragment-retries / fragment error strategies #18005
Comments
|
For anyone out there who are also struggling with this. A viable option might be to change the format of the stream. For me the default format, which was 1080p MP4, was failing even with 1200 fragment retries. Then I tried downloading 1080p webm, and it worked. Something along these command lines:
if that doesn't work, try picking a lower/higher resolution video |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.10.29. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
when downloading a fragmented file I sometimes have intermittent issues. Setting fragment-retries to a high number does eventually brute force it, but would be nice if there was a way to either:
(a) set a time delay between retries to avoid hammering the server
(b) if possible skip the fragments after n retries but then reattempt to download just those specific fragment(s) at the end of the main download before assembling the eventual mp4 to optimize the download time and allow the intermittent issue to hopefully clear (iterative passes creating progressively higher fidelity download)