热门关键字:  ubuntu  分区  函数  Fedora  linux系统进程

当前位置 :| 主页>Linux发行版>Fedora>

Fedora Core 8 64bit 媒体播放器安装总结

来源: 作者: 时间:2008-06-26 Tag: 点击:

Fedora Core 8 64bit 媒体播放器安装总结


  1. 安装 liva

  2. 下载相应解码包

    http://www.mplayerhq.hu/MPlayer/releases/codecs/

    all-20071007.tar.bz2

    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

安装gstreamerffmpeg
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

安装完成,播放RMVBRM文件都很卡,需要修改//realplay

[chenghe@localhost]$sudo gedit /usr/bin/realplay

CODE:

68 while /bin/true; do
69 # Restart the player if exit code is 10
70 aoss $REALPLAYBIN "$@"
71 if [ $? -ne 10 ]; then
72 break


改的是第 70 行,在前面加个 aoss

  在$REALPLAYBIN "$@"前加aoss

  运行Realplay。应该就可以正常播放RMVBRM
NOTE:
如果Realplayer浏览器插件没有被FirefoxMozilla加载,运行以下命令:
[mirandam@charon ~]$ sudo /usr/bin/mozilla-plugin-config -i -f

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册