Fix missing video frames when seeking with yt-dlp #19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you play a video from youtube through yt-dlp inside mpv, and seek in front of what has already been cached,
mpv
will freeze for a while and then only resume music without any more video frames.The origin of the bug seemingly has to do with codecs and remuxing, and it can be solved by forcing
yt-dlp
's format. This config file will let you force the yt-dlp format for only the urls matching youtube ($XDG_CONFIG_HOME/mpv/mpv.conf
)Fixed by
b3e7f550b7