
Installing GStreamer with Audio for Timesys Fedora Remix 14
1. Make sure libva is installed correctly by typing the following command in a terminal:
If you get an error, please see Installing the VA Library for instructions on installing libva.
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
3. Install the RPMs using the following commands:
rpm -ivh rpmfusion-free-release-stable.noarch.rpm
rpm -ivh rpmfusion-nonfree-release-stable.noarch.rpm
4. Install the GStreamer plugins with the command:
yum --releasever=15 install gstreamer-plugins-base gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg --nogpgcheck
5. Install the MI-X package from the driver directory:
cd /<your path>/IEMGD_HEAD_Linux/common/video_plugin
6. SELinux should be disabled. If it is not, refer to Installing Intel® EMGD for Timesys Fedora Remix 14 for instructions on doing so.
7. Run gst-inspect to check installed codecs. For example, using gst-inspect displays all installed plugins, while using gst-inspect qtdemux indicates whether the qtdemux plugin is installed and its status.