For most of the following content, refer to these three websites:
A: http://www.linuxidc.com/Linux/2007-12/9998.htm
B: http://www.shinian10.com/article.asp? Id = 497
C: http://blog.chinaunix.net/u/27493/showart_398582.html
Thanks to the authors.
1. Add available Yum media sources
Install additional software libraries
==> Software Package repository of rpm.livna.org:
Input in terminal: rpm-IVH http://livna-dl.reloumirrors.net/fedora/7/i386/livna-release-7-2.noarch.rpm
==> Freshrpms.net package Repository:
=> Rpm-IVH http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/7/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm
Or download the package and install it again.
Fastest installation Source: Yum install Yum-fastestmirror
2. Install the music player audacious.
Yum install audacious
When installing the plug-in, you can directly install the yum install audacious-plugins *
However, when installing the plug-in, files from livna and freshrpms may conflict with each other. You can select all the following files, as shown in the following figure:
Ransaction check error:
File/usr/lib/audacious/input/AAc. So conflicts between attempted
Installof audacious-plugins-extras-1.4.4-1.fc8.i386 and
Audacious-plugins-nonfree-aac-1.4.4-1.lvn8.i386
File
/Usr/lib/audacious/input/ALAC. So conflicts between attempted instils
Of audacious-plugins-extras-1.4.4-1.fc8.i386 and
Audacious-plugins-nonfree-alac-1.4.4-1.lvn8.i386
File
/Usr/lib/audacious/input/madplug. So conflicts between attempted
Installof audacious-plugins-extras-1.4.4-1.fc8.i386 and
Audacious-plugins-nonfree-mp3-1.4.4-1.lvn8.i386
File
/Usr/lib/audacious/input/WMA. So conflicts between attempted installof
Audacious-plugins-extras-1.4.4-1.fc8.i386 and
Audacious-plugins-nonfree-wma-1.4.4-1.lvn8.i386
error summary
-------------
install these directly:
[root @ localhost input] # Yum install audacious-plugins-nonfree-mp3-1.4.4-1.lvn8.i386
[root @ localhost input] # Yum install audacious-plugins-nonfree-aac-1.4.4-1.lvn8.i386
[root @ localhost input] # Yum install audacious-plugins-nonfree-alac-1.4.4-1.lvn8.i386
[root @ localhost input] # Yum install audacious-plugins-nonfree-wma-1.4.4-1.lvn8.i386
then you can play MP3
the following are some plug-ins
audacious-1.3.2-3.fc8.i386.rpm
plugins: audacious-plugins-1.3.5-3.fc8.i386.rpm
audacious-plugins-nonfree-aac-1.3.5-1.lvn8.i386.rpm
audacious-plugins-nonfree-alac-1.3.5-1.lvn8.i386.rpm
audacious-plugins-nonfree-lame-1.3.5-1.lvn8.i386.rpm
audacious-plugins-nonfree-mp3-1.3.5-1.lvn8.i386.rpm
audacious-plugins-nonfree-wma-1.3.5-1.lvn8.i386.rpm
requires: audacious-mac-0.2.0.tar.gz
3. Solve the Problem of playing rmvb, RM, Avi and other formats
==> Install mpayer first
Yum install mplayer mplayerplug-in
Mplayer Website: http://www.mplayerhq.hu/design7/news.html
==> Codec packages installation:
Connection: http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
Move all extracted files to/usr/lib/codecs/(For details, refer to the README file)
Pay attention to the codecs directory permission, which requires the RX permission, not only reading but also executing
To modify the permissions of codecs, you can use the chown-r user name codecs to modify its owner.
==> Install smplayer as the player UI
Download smplayer: http://downloads.sourceforge.net/smplayer/smplayer-0.5.62.tar.bz2
Smplayer Official Website: http://smplayer.sourceforge.net/
Installing smplayer requires qt3 or qt4. If you have not installed smplayer on your computer, install it first!
Qt4-devel Yum install qt4
After the smplayer package is decompressed,
Modify the makefile content.
VI makefile
Change qmake = qmake to qmake =/usr/lib/qt4/bin/qmake
Save and exit
Make
Make install
After the installation is complete, you can open files in rmvb, RM, and AVI formats.