On Sat Sep 04, 2021 at 01:57:42AM -0700, Nam Nguyen wrote: > Brad Smith writes: > > > Any other mpv users? > > > > On 8/15/2021 4:35 AM, Brad Smith wrote: > >> On Sun, Aug 15, 2021 at 04:19:05AM -0400, Brad Smith wrote: > >>> Looking for mpv users to test this diff to reinstate the WIP sndio > >>> backend. > >> A second rev to get the intended result. > > I tested mpv-0.3.11p1 and twitch.tv livestreams with youtube-dl have a > regression. The same 15 second ad plays at the beginning and then it is > paused indefinitely. Youtube videos and archived twitch videos continue > to work though. > > "Reset playback due to audio timestamp reset." > > run 1: > $ mpv https://www.twitch.tv/tastelesstv > (+) Video --vid=1 (h264 1920x1080) > (+) Audio --aid=1 (aac 2ch 44100Hz) > AO: [sndio] 44100Hz stereo 2ch s16 > VO: [gpu] 1920x1080 yuv420p > AV: 00:00:13 / 00:00:14 (92%) A-V: 0.000 Cache: 0.5s/287KB > [ffmpeg/demuxer] mpegts: Packet corrupt (stream = 1, dts = 6748380). > AV: 00:00:14 / 04:07:12 (0%) A-V: 0.000 Cache: 14817s/3MB > Invalid audio PTS: 15.000091 -> 14828.363000 > Reset playback due to audio timestamp reset. > (...) AV: 00:00:00 / 04:07:30 (0%) A-V: 0.000 Cache: 21s/16MB > > run 2: > $ mpv https://www.twitch.tv/tastelesstv > (+) Video --vid=1 (h264 1920x1080) > (+) Audio --aid=1 (aac 2ch 44100Hz) > AO: [sndio] 44100Hz stereo 2ch s16 > VO: [gpu] 1920x1080 yuv420p > AV: 00:00:14 / 04:09:15 (0%) A-V: 0.000 Cache: 14940s/1MB > Invalid audio PTS: 15.000091 -> 14953.440333 > Reset playback due to audio timestamp reset. > [ffmpeg/video] h264: co located POCs unavailable > [ffmpeg/video] h264: co located POCs unavailable > (...) AV: 00:00:00 / 04:09:27 (0%) A-V: 0.000 Cache: 13s/10MB >
I also had to find a regression. Fast seeking forward/backward stucks a little bit. With sndio disabled everything is fine. Should we revert it?