Skip to content

Instantly share code, notes, and snippets.

@marlluslustosa
Last active May 4, 2018 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marlluslustosa/2685b9d0580d2354ace52d02c1a3483d to your computer and use it in GitHub Desktop.
Save marlluslustosa/2685b9d0580d2354ace52d02c1a3483d to your computer and use it in GitHub Desktop.
Enable H.264 in Firefox on Fedora 25
# Enable H.264 in Firefox 59+ on Fedora 27
- Enable RPMFusion repositories following [these instructions](https://rpmfusion.org/Configuration).
- Run these commands:
```sh
su -c 'dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'
sudo dnf install ffmpeg-libs
sudo dnf install gstreamer1-libav gstreamer1-vaapi gstreamer1-plugins-{good,good-extras,ugly} -y
sudo dnf config-manager --set-enabled fedora-cisco-openh264
sudo dnf install gstreamer1-plugin-openh264 mozilla-openh264
```
- Enable Firefox plugin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment