Skip to content

Instantly share code, notes, and snippets.

@jpcaparas
Last active May 11, 2019 07:29
Show Gist options
  • Save jpcaparas/6426f3d5aa1397518b3ad1d13e76a21f to your computer and use it in GitHub Desktop.
Save jpcaparas/6426f3d5aa1397518b3ad1d13e76a21f to your computer and use it in GitHub Desktop.
[Fedora] Fix video playback issues (Netflix, YouTube)
#!/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