Fedora Core 8 64bit 媒体播放器安装总结
-
安装 liva 源
-
下载相应解码包
http://www.mplayerhq.hu/MPlayer/releases/codecs/
windows-all-20071007.zip
essential-amd64-20071007.tar.bz2
windows-essential-20071007.zip
Totem播放器
卸载 totem
# yum -y remove totem
如果出现” totem-xine-mozplugin conflicts with totem-mozplugin”错误,可以通过“添加/删除”工具删除相应TOTEM的项目
如果出现“file /etc/pulse/client.conf from install of pulseaudio-libs-0.9.8-5.fc8 conflicts with file from package pulseaudio-libs-0.9.7-0.17.svn20071017.fc8”错误,也可以通过“添加/删除”工具删除相应“pulseaudio-libs..”的项目
# yum -y install totem-xine vlc xine-lib-extras-nonfree totem-xine-mozplugin
tetom播放mp3
安装gstreamer-ffmpeg
yum -y install gstreamer-ffmpeg
安装对应的解码器
yum -y install gstreamer-plugins-bad
另外一套解码器
yum -y install gstreamer-plugins-ugly
安装 Realplayer
下载RealPlayer GOLD 网址: http://www.real.com/linux/ 。
选择:”Advanced installation RedHat Package”
在安装Realplayer之前,确认你已经安装了compat-libstdc++-33兼容库支持
[chenghe@localhost]$ sudo yum install compat-libstdc++-33
[chenghe@localhost]$ sudo rpm -ivh RealPlayer10GOLD.rpm
或是双击相下载后的程序
当播放时没有声音时,安装 alsa-oss
[chenghe@localhost]$yum install alsa-oss
安装完成,播放RMVB和RM文件都很卡,需要修改//realplay
[chenghe@localhost]$sudo gedit /usr/bin/realplay
|
CODE: 68 while /bin/true; do |
改的是第 70 行,在前面加个 aoss
在$REALPLAYBIN "$@"前加aoss
运行Realplay。应该就可以正常播放RMVB和RM。
NOTE:如果Realplayer浏览器插件没有被Firefox或Mozilla加载,运行以下命令:
[mirandam@charon ~]$ sudo /usr/bin/mozilla-plugin-config -i -f
