Where and how to install MPEG-1 Layer 3?

jerry8_18

Honorable
Aug 22, 2012
2
0
10,510
'The playback of this module requires a MPEG-1 Layer 3 (MP3)
decoder plugin which is not installed' What does it mean?
And how to make it work?
 
The MP3 plugin is propriatary and so is the flash plugin - they must be installed through the [fixed]ubuntu-restricted-extras[/fixed] package in Ubuntu:

[fixed]sudo apt-get install ubuntu-restricted-extras[/fixed]

But fedora uses RPM and Packagekit instead of DEB and dpkg, so you must first install these packages in order:

http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm

http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

http://rpm.livna.org/livna-release.rpm
 
hello it seems the rpm call it drivers gives confirmation. But when play mp3 there's nothing. Here they are:
more details
The package 1:livna-release-1-1.noarch is alreadyinstalled


more details
system relase >= 15 is needed by package rpmfusion free-
release -15-5.noarch (/rpmfusion-free-release stable.noarch)

More details
system=release >= 15 is needed bypackage rpmfusion-nonfree-
release-15-5.noarch (/rpmfusion nonfree-release-stagle.noarch)
non-free-release-15-5.noarch (/rpmfusion-nonfree=release-stable.noarch)
 
1. Update your computer for Fedora 16 or 17
2. Open terminal and type:
Code:
su -c 'yum localinstall --nogpgcheck [url=http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm]http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm[/url] http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
su -c 'yum install -y vlc mozilla-vlc'