Quote:
Originally Posted by dkris6791
When i try to play MP3 audio files it says some plug in is not available or something like that.
I have Fedora 17
How to play MP3 audio?
|
You could use VLC or mplayer. Alternatively, you can do the following
Code:
yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg
In order to install these codecs, you should have rpmfusion repository enabled. If you do not have that enabled already, install it as follows
Code:
yum install --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \\
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Hope this helps.