From Fedora Project Wiki

(initial version)
 
Line 11: Line 11:
Source for this plugin is available at https://github.com/cisco/openh264 under a BSD license.  
Source for this plugin is available at https://github.com/cisco/openh264 under a BSD license.  


= Manual install of binary =
== Manual install of binary ==


* View and agree to the http://www.openh264.org/BINARY_LICENSE.txt
* View and agree to the http://www.openh264.org/BINARY_LICENSE.txt
 
* Download http://ciscobinary.openh264.org/openh264-linux64-v1.1-Firefox33.zip
* download http://ciscobinary.openh264.org/openh264-linux64-v1.1-Firefox33.zip
mkdir -p ~/.mozilla/firefox/<yourprofile>/gmp-gmpopenh264/1.1/
 
cd ~/.mozilla/firefox/<yourprofile>/gmp-gmpopenh264/1.1/
* mkdir -p ~/.mozilla/firefox/<yourprofile>/gmp-gmpopenh264/1.1/
unzip ~/openh264-linux64-v1.1-Firefox33.zip
 
* Restart Firefox
* cd ~/.mozilla/firefox/<yourprofile>/gmp-gmpopenh264/1.1/
 
* unzip ~/openh264-linux64-v1.1-Firefox33.zip
 
* restart firefox

Revision as of 16:44, 25 November 2014

This page contains information on the Cisco OpenH264 firefox plugin.

Background

Cisco provides a binary version of a OpenH264 plugin for firefox. This plugin is needed for WebRTC along with other H264 decoding. This binary is released under this agreement from Cisco: http://www.openh264.org/BINARY_LICENSE.txt

Upstream firefox versions download and install this plugin by default automatically. Due to it's binary nature, Fedora disables this automatic download.

Source

Source for this plugin is available at https://github.com/cisco/openh264 under a BSD license.

Manual install of binary

mkdir -p ~/.mozilla/firefox/<yourprofile>/gmp-gmpopenh264/1.1/
cd ~/.mozilla/firefox/<yourprofile>/gmp-gmpopenh264/1.1/
unzip ~/openh264-linux64-v1.1-Firefox33.zip
  • Restart Firefox