When I try to play video using chromium, it is jittery like here. I do not have these issues using firefox.
I have tried to follow this posts advice of installing the free codev from the rpmfusion repo but I get the error ‘Error: No matching repo to modify: rpmfusion-free.’ when trying to enable the repos.
I already checked recommended solutions to that and since I do not use a fedora minimal template, they don’t apply.
Tia
1 Like
After tacking together what felt like 10 or so forum threads I actually fixed it.
It was basically installing everything suggested under the fedora section in the link of the last comment of this thread.
For that I had to enable the rpm repos, which didn’t work at first due to the error described despite me not having a minimal template. So I went here and got the repo files and put them in my /etc/yum.repos.d/
.
After that I was able to enable the rpm repos as per qubes guide but then had more issues during installation of the codecs with the gpg signatures. After doing
sudo dnf install distribution-gpg-keys
sudo rpmkeys --import /usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-free-fedora-$(rpm -E %fedora)
from here I was finally able to install all the codecs and with that, I now have smooth video in chrome.
I had done a check after the first two suggested installs but it didn’t work yet. Only after completing the third step sudo dnf group upgrade --with-optional Multimedia
it worked!
2 Likes