Last active
May 11, 2019 07:29
-
-
Save jpcaparas/6426f3d5aa1397518b3ad1d13e76a21f to your computer and use it in GitHub Desktop.
[Fedora] Fix video playback issues (Netflix, YouTube)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Fixes YouTube | |
sudo dnf config-manager --set-enabled fedora-cisco-openh264 | |
sudo dnf install gstreamer1-plugin-openh264 mozilla-openh264 | |
# Fixes Netflix (and YouTube?) | |
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-30.noarch.rpm | |
sudo dnf install ffmpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment