Results 275 comments of llyyr

This is fixed in the kernel, will likely be in the next bugfix kernel release https://github.com/torvalds/linux/commit/8724a5380c4390eed81e271d22f34ff06453ded9

If you can't share a sample and also can't bisect then I'm at a loss for how to proceed here. I guess you can create a sample if it happens...

I'm pretty certain this is a pipewire issue set the following options in your pipewire.conf ``` default.clock.allowed-rates = [ 44100 48000 ] default.clock.quantum = 128 ``` I can't hear it...

You should be able to reproduce with just `pw-play` as well. Try pw-play then try it with `PIPEWIRE_QUANTUM=128/44100 pw-play click_pixabay_21156.ogg`

> I did `sysctl vm.drop_caches=3` then mpv and it failed to play again, then subsequent invocations played fine. Can you do this and also restart pipewire `systemctl --use restart pipewire`...

And what if you reduce the default quantum size in your pipewire config? Does mpv play it then? Also make sure you aren't setting any pipewire options in mpv config

Does it only happen with av1? Can you try other codecs like h264 or h265?

`ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i input.mp4 -f null -` This command will just decode and discard the output, if it can be reproduced with that you'd likely...

It's fine to leave it open, someone will just tag it appropriately later