Open solomoncyj opened 1 day ago
I also get some errors and it seems specific to this specific youtube stream somehow, can you reproduce this on any other youtube stream? I can't
heppens to all live streams
yea if live stream it won't work but if it's a recorded live stream then no problem in mpv.conf
ytdl-raw-options = extractor-args="youtube:skip=hls"
ytdl-format = bestvideo*[height<=?360]+worstaudio/worst
This is likely due to broken DASH support in ffmpeg. Nothing to fix here.
This is likely due to broken DASH support in ffmpeg. Nothing to fix here.
dosent yt-dlp also have support of m3u8 manifests? why not use that
ytdl_hook should be using that by default unless you have enabled use_manifests
.
However, IIRC in certain cases with some youtube content only DASH is possible.
oh wait yes the stream was in manifestless mode 🤦
mpv Information
Important Information
Reproduction Steps
mpv 'https://www.youtube.com/watch?v=UhmOMIGrdRY' --no-config --profile=fast --hwdec=yes --gpu-debug --log-file=output.txt
Expected Behavior
the stream to play normarly
Actual Behavior
the stream looped a small 2 second segment and was unable to play normaly, i havd to manually seek to play the next part and the following warninjg appeard in the console:
Log File
output.txt
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.