Relevant PR is #17471, and the stream-lavf-o option comes from #8655 (comment). Notably, yt-dlp-ing the URL works fine, it's just mpv's downloading that's having trouble.
I was also able to reproduce this in a Linux VM on master. I could also reproduce it with both --curl-enabled=yes and --curl-enabled=no, though the auto-reconnect with ffmpeg seems to give it a chance to succeed, albeit often in weird ways (someone in #mpv mentioned it worked fine, I always seem to get no audio). Relying on a retry when getting a 403 is pretty questionable behavior, though.
mpv Information
❯ ./mpv --version
mpv v0.41.0-923-g7b8915bc1 Copyright © 2000-2026 mpv/MPlayer/mplayer2 projects
built on Aug 14 2026 10:59:31
libplacebo version: v7.360.1
FFmpeg version: 8.1.2
FFmpeg library versions:
libavcodec 62.28.102
libavdevice 62.3.102
libavfilter 11.14.102
libavformat 62.12.102
libavutil 60.26.102
libswresample 6.3.102
libswscale 9.5.102
❯ yt-dlp --version
2026.07.04
Other Information
- macOS version: macOS 26.5.2 (25F84)
- Source of mpv: GitHub
- Latest known working version: v0.41.0, provided your config doesn't include `stream-lavf-o=request_size=10485760,multiple_requests=1`
- Issue started after the following happened: YouTube probably changed something :(.
Reproduction Steps
- Run from a master build
mpv --no-config https://www.youtube.com/watch?v=dQw4w9WgXcQ or run from v0.41.0 mpv --no-config --stream-lavf-o=request_size=10485760,multiple_requests=1 https://www.youtube.com/watch?v=dQw4w9WgXcQ. Master build seems to reproduce the issue less often than the stream-lavf trick, so it might take a few tries?
Expected Behavior
- Get rick rolled.
Actual Behavior
- No rick roll and primarily a 403 error from YouTube:
[curl] HTTP error 403
Failed to open https://rr2---sn-8xgp1vo-2iae7.googlevideo.com/videoplayback?expire=1786748421&ei=pUl_aurPLtThkucPlYy4qQ4&ip=108.52.81.202&id=o-ANf2Gc1XVJ-xz-V1Qg081Ebd5O6V68YSGfsTr313aRNn&itag=251&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&met=1786726821%2C&mh=7c&mm=18%2C29&mn=sn-8xgp1vo-2iae7%2Csn-8xgp1vo-xfgl&ms=aub%2Crdu&mv=m&mvi=2&pl=18&rms=aub%2Caub&initcwndbps=4298750&bui=AZFlqhPh66XnYN8xAiUdHbAYycoEcEER-fJt1S2rQcVmKxSZu8X50fzfcq86axUYiBraEd64yIzeburp&spc=KBGBcqhuu2q3lb7RIpu35lzEqbYEieHq1P7mfjFCI6st9vs&vprv=1&svpuc=1&mime=audio%2Fwebm&rqh=1&gir=yes&clen=3433755&dur=213.061&lmt=1766955883819090&mt=1786726382&fvip=3&keepalive=yes&fexp=51565116%2C51946838%2C52089683&c=ANDROID_VR&txp=5532534&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cbui%2Cspc%2Cvprv%2Csvpuc%2Cmime%2Crqh%2Cgir%2Cclen%2Cdur%2Clmt&sig=AE0s2JYwRAIgHxlCczQ7SZx63eoadzny8eWnPPaQXf97c16Fx7r27acCIAmZaJcSobIAWa5bCaqSZMKAUJ3UlkRBNIHZkNgJH3IV&lsparams=met%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crms%2Cinitcwndbps&lsig=APaTxxMwRQIgdeN5rhhs0vvy04dTbAdIyUM_45uK7VioX9ASspL3mhwCIQDjZ90CMLu710QvJg1Zsy65f2mh7ccoO8U6cVy2eg9XXw%3D%3D.
[timeline] failed to load segment
Log File
output.txt
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
Relevant PR is #17471, and the
stream-lavf-ooption comes from #8655 (comment). Notably,yt-dlp-ing the URL works fine, it's just mpv's downloading that's having trouble.I was also able to reproduce this in a Linux VM on master. I could also reproduce it with both
--curl-enabled=yesand--curl-enabled=no, though the auto-reconnect with ffmpeg seems to give it a chance to succeed, albeit often in weird ways (someone in #mpv mentioned it worked fine, I always seem to get no audio). Relying on a retry when getting a 403 is pretty questionable behavior, though.mpv Information
Other Information
Reproduction Steps
mpv --no-config https://www.youtube.com/watch?v=dQw4w9WgXcQor run from v0.41.0mpv --no-config --stream-lavf-o=request_size=10485760,multiple_requests=1 https://www.youtube.com/watch?v=dQw4w9WgXcQ. Master build seems to reproduce the issue less often than the stream-lavf trick, so it might take a few tries?Expected Behavior
Actual Behavior
Log File
output.txt
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt.