Video Receiving Issues on Firefox for Linux

Video Receiving Issues on Firefox for Linux

Webex Web App unable to receive video from attendees using Firefox

On some new installs of Linux, the Webex Web App is unable to receive video from other attendees when using Firefox. This is likely caused by missing libraries not installed on the Linux machine.

Follow the instructions below for your specific Linux distribution to resolve this issue.

Ubuntu

  1. Open the Terminal application on Ubuntu.
  2. Run the following commands in order. When prompted, enter your password, and then follow the instructions in the Terminal to complete the installation procedure:
    • sudo apt-get update
    • sudo apt-get install ubuntu-restricted-extras
  3. Restart Firefox.
  4. Click on the menu icon   in the upper-right corner of the browser window.
  5. Click Add-ons.
  6. Click Plugins in the left panel.
  7. Find Open H264 Video Codec provided by Cisco Systems, Inc. and make sure it is installed, enabled, and always activated:


Fedora
  1. Open the Terminal application on Fedora.
  2. Run the following commands in order. When prompted, enter your password, and then follow the instructions in the Terminal to complete the installation procedure:
    • sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
    • sudo dnf install ffmpeg-libs
    • sudo dnf config-manager --set-enabled fedora-cisco-openh264
    • sudo dnf install gstreamer1-plugin-openh264 mozilla-openh264
  3. Restart Fedora.
  4. Open Firefox.
  5. Click on the menu icon   in the upper-right corner of the browser window.
  6. Click Add-ons.
  7. Click Plugins in the left panel.
  8. Find Open H264 Video Codec provided by Cisco Systems, Inc. and make sure it is installed, enabled, and always activated:

CentOS / RHEL
  1. Open the Terminal application on CentOS / RHEL.
  2. Run the following commands in order. When prompted, enter your password, and follow the instructions in the Terminal to complete the installation procedure:
  1. Restart CentOS / RHEL.
  2. Open Firefox.
  3. Click on the menu icon in the upper-right corner of the browser window.
  4. Click Add-ons.
  5. Click Plugins in the left panel.
  6. Find Open H264 Video Codec provided by Cisco Systems, Inc. and make sure it is installed, enabled, and always activated:
User-added image
 
Other Linux Distributions
For other Linux distributions, installing FFmpeg should resolve this issue. Look up instructions online for how to install FFmpeg on your Linux distribution.
Execute the command ‘sudo apt install libavcodec-extra’ to install required packages and then enable DRM content in firefox preferences.

Was this article helpful?