fedora mp3 vedio diplay

As a coder,how could you code without music,but there're serveral problems about mp3 display under fedora 15, after a tons of google search,i found a effective method to solove this issue.


1.安装音频解码器

在root权限下执行下面两个命令:

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

rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly -y

或者执行

su -c "rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm"
su -c "rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm"
su -c "yum install gstreamer gstreamer-plugins-bad gstreamer-plugins-ugly"


2.安装MP#,avi等其他媒体格式编码
在root权限下执行下面命令:  
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm

rpm -ivh http://rpm.livna.org/livna-release.rpm

yum update

猜你喜欢

转载自bu-choreography.iteye.com/blog/1175535
mp3