• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Enable H.264 & Flash Video Support on Ubuntu 15.04 Systems

Enable H.264 & Flash Video Support on Ubuntu 15.04 Systems

By Sourabh / May 8, 2015 Category: How To, Ubuntu

Enable Flash support on Ubuntu 15.04. Install FFmpeg plugin for GStreamer on Ubuntu 15.04 and enable support for H.264 and Flash videos on Ubuntu Systems. In addition to this, Opera users can also enable the H.264 and Flash support in their browser.

FFmpeg is a multimedia framework which comes with the ffmpeg tool for converting multimedia files.It can be used for transcoding, streaming and playing multimedia contents – auido and video files.

FFmpeg multimedia framework contains libavcodec, libavutil, libavformat, libavfilter, libavdevice, libswscale and libswresample which can be used by applications. FFmpeg comes with an in-built ffmpeg tool for converting multimedia files. It also includes ffserver, ffplay and ffprobe used for transcoding, streaming and playing multimedia contents.

Here’s how to install the FFmpeg plugin for GStreamer on 32 bit/64 bit Ubuntu systems.

Install FFmpeg plugin for GStreamer on 32 Bit Systems

Run the following commands in Terminal to install FFmpeg plugin for GStreamer on 32 Bit Systems:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu precise universe"
sudo apt-get update
sudo apt-get install gdebi
wget archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.13-5_i386.deb
sudo gdebi gstreamer0.10-ffmpeg_0.10.13-5_i386.deb
sudo sed -i '/precise/d' /etc/apt/sources.list

Install FFmpeg plugin for GStreamer on 64 Bit Systems

Run the following commands in Terminal to install FFmpeg plugin for GStreamer on 64 Bit Systems:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu precise universe"
sudo apt-get update
sudo apt-get install gdebi
wget archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.13-5_amd64.deb
sudo gdebi gstreamer0.10-ffmpeg_0.10.13-5_amd64.deb
sudo sed -i '/precise/d' /etc/apt/sources.list

For Opera users, run the following commands in Terminal to enable the H.264 and Flash support in Opera browser:

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable pepperflashplugin-nonfree

Tags: Enable Flash Video Support on Ubuntu 15.04 Systems, Enable Flash Videos Playback, Enable H.264 Video Support Ubuntu 15.04 Systems, Flash Video Support Ubuntu 15.04, Ubuntu 15.04

Primary Sidebar

Latest Posts

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap