StarMage@lemmy.blahaj.zone to linuxmemes@lemmy.world · 7 months agoThe fix is scheduled for the next releaselemmy.blahaj.zoneimagemessage-square178fedilinkarrow-up1812file-text
arrow-up1812imageThe fix is scheduled for the next releaselemmy.blahaj.zoneStarMage@lemmy.blahaj.zone to linuxmemes@lemmy.world · 7 months agomessage-square178fedilinkfile-text
Image text: “Fact: 90% of Linux users switch back to windows right before all their problems are about to be fixed”
minus-squaredigdug@kbin.sociallinkfedilinkarrow-up3·7 months agoThis is what seems to have helped for me on Fedora: Install free and non-free RPM Fusion repositories: https://rpmfusion.org/Configuration Then run the following: sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin sudo dnf groupupdate sound-and-video sudo dnf install mozilla-openh264 rm ~/.cache/gstreamer-1.0/registry.x86_64.bin I was having trouble with many h265 videos until I cleared my gstreamer cache (I only needed to clear the 64-bit cache, this thread suggests clearing both 32 and 64-bit): https://discussion.fedoraproject.org/t/h265-videos-wont-play-in-totem-after-installing-all-codecs/87341/17
minus-square乇ㄥ乇¢ㄒ尺ㄖ@infosec.publinkfedilinkarrow-up2·7 months agoOh, Thank you very much multimedia playback behaves weirdly on my machine, I’ll try these fixes and let you know
This is what seems to have helped for me on Fedora:
Install free and non-free RPM Fusion repositories: https://rpmfusion.org/Configuration
Then run the following:
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin sudo dnf groupupdate sound-and-video sudo dnf install mozilla-openh264 rm ~/.cache/gstreamer-1.0/registry.x86_64.bin
I was having trouble with many h265 videos until I cleared my gstreamer cache (I only needed to clear the 64-bit cache, this thread suggests clearing both 32 and 64-bit):
https://discussion.fedoraproject.org/t/h265-videos-wont-play-in-totem-after-installing-all-codecs/87341/17
Oh, Thank you very much multimedia playback behaves weirdly on my machine, I’ll try these fixes and let you know