Long youtube videos seem to have several issues when I play them on MPV (so streamed)
Sometimes they desync (audio goes on, video freezes then goes very fast but never really syncs back), most of the time they skip (around 5 or so seconds, which then proceeds to desync).
What can I do to fix this problem? My profile is just
[youtube]
profile-cond=path ~= nil and (path:find("youtu%.?be") or path:find("youtube%.com"))
cache = yes
ytdl-format="bestvideo[height<=?1080]+bestaudio/best"
force-seekable=yes
loop-playlist=no
keep-open=no