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.
Checklist
I'm asking a question
I've searched the bugtracker for similar questions including closed ones
I've looked through the README and FAQ for similar questions
Question
Good day. I was wondering is there is a way to force retries on segments which fail to load while streaming, since if one fails it freezes the video and the only way to resume is to reload it, and in my experience a failing video fails far more than once.
I've checked documentation both on mpv and youtube-dl, and found nothing on the subject. However, I did try the following things before asking:
I tried adding the option --fragments-retry infinite on the config, but didn't work.
I tried passing --ytdl-raw-option=--fragments-retry infinite on mpv, failing to parse on multiple different rewrites.
I am on the most recent version on both programs. I apologize on advance if this is not the correct place to report this. Thanks.