Can someone explain what’s going on with Fedora KDE (regular, not Atomic) and Youtube playback (or any other video streaming for that matter) where it’s just entirely unplayable, skipping, pausing, dropping frames and CPU basically being stuffed 100% on RDD Process.
I’ve been using Ubuntu prior this and never had issues with video playback. But I’ve always wanted to use Fedora and I’ve had these problems. I’ve tried a lot of things I found online and nothing helped. I’ve tried disabling RDD settings in Firefox, with no change. I’ve tried Flatpak version of Firefox and also RPM version from Fedora. No change. This is running on Intel Pentium N6000 notebook. It’s nothing special, low end quad core, but it can basically play 4K video no problem and it’s fast enough for all multimedia needs. Just not in Fedora for some reason. To do sanity check I’ve installed Kubuntu again and it plays all video in Firefox no problem. Same exact laptop.
I’m currently on Kubuntu because it works, but I’d use Fedora KDE if only video playback in Firefox could be resolved.
I have and this guide is entirely useless and does nothing of worth. ffmpeg only added software support for H265 and none of HW accelerated codecs even work. When I tried the Intel one for HW accelerated, it said intel-media-driver doesn’t even exist.
Whole situation is so annoying. I like Fedora KDE, everything about it is great and then they somehow fuck up the codecs situation rendering it entirely useless for multimedia laptop that I use that machine for 100% of the time.
Kubuntu worked great, but for some dumb reason pCloud Drive is all broken on it for some reason, being unable to view content directly from the cloud drive.
So now I’m back to Ubuntu again because it plays Youtube with HW acceleration and pCloud Drive actually works. So annoying and stupid.
I’ve now finally found a guide that actually worked. The others seem to miss steps or something, it’s why Intel media thing didn’t even install, but it did with this one:
Additional codecs at the end still didn’t work tho.
As mentioned above, could you try running vainfo and post the output here? If the command is not found, you need to install libva-utils using sudo dnf install libva-utils.
Also from to the guide you linked, could you confirm that you have installed intel-media-driver and ffmpeg? You can check by running rpm -q ffmpeg and rpm -q intel-media-driver. Could you post the output here as well?
As I said, thr guide I posted did work. Not any others I’ve tried. I have no clue why, but the one I linked installed Intel’s media driver. The others just gave me error for some reason.
Fedora documentation is often outdated, but it is usually not hard to figure out what newer Fedora versions require. so probably a low priority for busy documentation authors.
Fedora 42 uses dnf5, so you need to read man dnf5-group which should lead you to dnf group upgrade multimedia.