本方法在 Fedora Core 7 下测试通过:
(注意: 首先确定你能连接 internet)
第一部分:播放器安装
1. 安装 liva 源
# rpm -ivh http://rpm.livna.org/livna-release-6.rpm
# rpm –import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
2. 卸载 totem
# yum -y remove totem
3. 安装 totem-xine, vlc
# yum -y install totem-xine vlc xine-lib-extras-nonfree totem-xine-mozplugin
4. 安装解码器
下载解码器,地址:
http://www4.mplayerhq.hu/MPlayer/rel…061022.tar.bz2
# tar jxvf all-20061022.tar.bz2
# mkdir /usr/lib/codecs
# mv all-20061022/* /usr/lib/codecs
# chmod 755 /usr/lib/codecs/*
(注:如果你已经安装了 codec,那就只需添加链接就可了)
5. 测试
a. 选择 应用程序 -> 影音 -> 电影播放机
看看能不能播放 real 格式,quicktime 格式的视频
b. 选择 应用程序 -> 影音 -> VLC Media Player
看看播放 dvd, vcd 能行不?
c. 浏览器支持
使用 mozilla 或 firefox 打开
http://www.apple.com/trailers/
选择一个视频就可以用 totem-xine 来播放了。
6. 安装 RealPlayer
安装了linux版本的RealPlayer,播放RMVB,有图象无声音,或声音卡。
a. 安装 RealPlayer
下载地址:
http://www.real.com/linux/?src=guide…eregion=footer
b. 安装 alsa-oss:
# yum -y install alsa-oss
c. 修改 /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
d. 测试播放 rmvb
i. 本地视频播放测试
ii. 浏览器支持
重启 firefox 或 mozilla 打开:
http://www.npr.org/
点击“Hourly Newscast“
然后选择总是使用 /usr/bin/realplay 打开。
这就激活 RealPlayer 的 mozilla, firefox 插件了。