From Fedora Project Wiki

(Added info needed to enable the OpenH264 plugin)
(Added section that shows how to enable Firefox Hello icon)
Line 31: Line 31:


* Restart Firefox
* Restart Firefox
== Enabling Firefox Hello icon in Customize dialog ==
By default, the Firefox Hello icon does not show up in the Customize dialog.  To make it appear go back into about:config and search for loop and change the following Preference name to false:
  loop:throttled
* Restart Firefox
[Not sure if Firefox Hello actually works yet]

Revision as of 20:10, 4 December 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

Firefox config changes

Type about:config into the Firefox address/URL field and accept the warning.

From the Search field type in 264 and a handful of options will appear. Give the following Preference Names a value of true by double-clicking on false:

 media.gmp-gmpopenh264.autoupdate
 media.gmp-gmpopenh264.enabled
 media.gmp-gmpopenh264.provider.enabled
 media.peerconnection.video.h264_enabled
  • Restart Firefox

Enabling Firefox Hello icon in Customize dialog

By default, the Firefox Hello icon does not show up in the Customize dialog. To make it appear go back into about:config and search for loop and change the following Preference name to false:

 loop:throttled
  • Restart Firefox

[Not sure if Firefox Hello actually works yet]