Changes

Jump to: navigation, search

HOWTO: Setup GST-OpenMAX on Fedora 17

378 bytes added, 10:58, 4 December 2012
HOWTO: Setup GST-OpenMAX on Fedora 17
* libomxil-bellagio-devel-0.9.3 (RPM): http://www.mediafire.com/download.php?r546d169g61zo3d
* gst-openmax-0.10.1 (RPM): https://docs.google.com/file/d/0B0THh1GbRWnAZ014cU84VGh2TXc/edit
 
==Installing Dependencies==
* Add RPMFusion repositories to our system
<pre>
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
sudo rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
</pre>
 
* Install missing libraries
<pre>
sudo yum install libmad libid3tag
</pre>
==Installing OpenMAX IL==
* Install the RPM with the command below
<pre>
sudo rpm -i libomxil-bellagio-0.9.3-4.fc17.x86_64.rpmsudo rpm -i libomxil-bellagio-devel-0.9.3-4.fc17.x86_64.rpm
</pre>
==Installing GST-OpenMAX==
* Install the RPM with the command below
<pre> sudo rpm -i gst-openmax-0.10.1-3.fc17.x86_64.rpm </pre>
==Using GST-OpenMAX==
===Playing a mp3 file===
* Playing a MP3 mp3 file named "test.mp3" in our current directory
<pre> gst-launch-0.10 filesrc location="test.mp3" ! omx_mp3dec use-timestamps=false ! alsasink </pre>

Navigation menu