Closed philipl closed 1 year ago
Looks like this has been raised as bug 1793507 in Bugzilla. I'll leave this issue open until it gets fixed.
The mozilla bug is closed and marked as 107, but I've just tested with 107 and the bug is still present (and it wasn't closed yesterday so how could it have made it into 107 anyway?). So hopefully fixed in 108
The fix is going to be in 108. There is a build available with the fix in now: https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-11-09-37-17-mozilla-central/
Confirmed that the workaround isn't needed in 108. I'll let you decide whether to close it now or leave this open as a sign for people to upgrade.
I think we can close it now, it didn't seem to effect everyone, myself included. Thanks for retesting it.
Not sure my comment relates to elFarto. But I had to set media.ffvpx.enabled=false
on my 770 UHD to make youtube 4K/premium bitrate videos playback stable and made my firefox v130 work crash free! Was getting too many EXCEPTION_BREAKPOINT
EXCEPTION_ACCESS_VIOLATION_WRITE
and some other errors. Now its running smooth as ever and plays higher resolution 4K youtube videos without a hiccup. The issue started to occur a year ago and I had to RMA my memory sticks and also my 13900k(Intel gave me a 14900k and the issue still persisted) trying to figure out what the issue could be!
This isn't a problem with this driver, but it seems relevant to us.
I noticed that while I could play back other formats, I wasn't getting accelerated av1 so I took a look.
What we see is that the
av1dec
decoder that the hwaccel plugs into fails to initialise, so it falls back to libdav1d software decoding.But why is it using ffvpx? I have rdd-ffmpeg enabled, but it appears to be preferring ffvpx regardless. I found
media.rdd-ffvpx.enabled
and disabled it. This made it use my system ffmpeg and then the hw decoding goes just fine. Is this something new in Firefox 106? Do we need to document this?