成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

Fedora 10 最佳多媒體播放解決方案

系統(tǒng) Linux
只要安裝一些源,就基本上就可以播放所有的多媒體格式,包括對Real公司(rm等格式的支持)和Apple公司的和Microsoft公司的都能很好的支持,包括本地播放和網(wǎng)絡(luò)在線播放。

只要安裝我上面所說的做,基本上就可以播放所有的多媒體格式,包括對Real公司(rm等格式的支持)和Apple公司的和Microsoft公司的都能很好的支持,包括本地播放和網(wǎng)絡(luò)在線播放。

在安裝前請先安裝RPM Fusion源:

Fedora 8, 9 or 10:

su -c 'rpm -Uvh

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

Fedora 10 X86版

1、音頻播放:

(1)、安裝audacious

su -c 'yum install audacious audacious-plugins

audacious-plugins-freeworld audacious-plugins-freeworld-*'

如果你想要當(dāng)雙擊 mp3 文件的時候添加到播放隊列,通過下面操作實現(xiàn):

su -c 'gedit /usr/share/applications/fedora-audacious.desktop'

(2)、安裝Rhythmbox

su -c 'yum install gstreamer rhythmbox'

添加 mp3和其他音頻支持輸入:

su -c 'yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly'

2、DVD和視頻播放:

(1)、DVD 播放

為了能播放dvd你應(yīng)該現(xiàn)安裝適當(dāng)?shù)慕獯a器:

su -c 'yum install libdvdread libdvdnav lsdvd'

 

#P#

(2)、視頻文件播放

su -c 'yum install ffmpeg ffmpeg-libs gstreamer-ffmpeg libmatrosca xvidcore'

(3)、Fedora10已經(jīng)裝了totem了,如果你想用它來放dvd的話,輸入:

su -c 'yum install totem-xine totem-gstreamer xine-lib-extras-freeworld'

yum install -y xine-lib-extras-nonfree (如果沒安裝這個totem播放rm有圖象沒聲音)

yum install -y compat-libstdc++-33 (totem播放出現(xiàn)沒圖象與沒聲音)

*要為整個系統(tǒng)將默認(rèn)后端更改為 xine:(這樣以后totem就可以使用以下第(5)安裝解碼器了)

su -c 'totem-backend -b xine

(4)、Mplayer/SMPlayer

我比較喜歡這個播放器.它支持了幾乎所有的視頻格式,還有字幕,如果你已經(jīng)安裝了前面說的那些解碼器了的話:

su -c 'yum install mplayer smplayer'

(5)、安裝所有的多媒體解碼器

請大家到我上傳的地址去下載(我把所有的多媒體解碼器都打成一個包了)

下載地址:http://hedongvip.qupan.com/928601.html

或者:

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

目前最新的是all-20071007.tar.bz2。

把從上面下載回來的包解壓出來,解壓出來后進(jìn)入進(jìn)入終端

輸入su在輸入root密碼 //獲得root

cd /輸入你所解壓的目標(biāo) //進(jìn)入你所解壓的目標(biāo)

chmod u+x *

cp * /usr/lib/codecs/

運行l(wèi)dconfig命令

 

#P#

(6)、安裝RealPlayer 11來支持在線播放rm rmvb等格式

(注:安裝RealPlayer11是只是為了支持在線播放rm,rmvb格式,如果你不在線播放rm那你可以不安裝此播放器,因為只要做完第5步,在本機(jī)上播放rm,rmvb完全得行了)

請點擊:

RealPlayer11

下載,下載完成后請使用下面命令安裝:

cd /進(jìn)入RealPlayer11GOLD.rpm下載目標(biāo)

su -c 'yum --nogpgcheck localinstall RealPlayer11GOLD.rpm'

Fedora X86_64位版

請做Fedora X86的:

1、音頻播放(全做)

2、DVD和視頻播放(第(5)的個請不要做,請使用下面的)

3、X86_64位要解決totem播放rm播放格式,有聲音沒有圖像:

請點擊

essential-amd64-20071007.tar.bz2

下載,解壓后COPY到/usr/lib64/codecs;這樣以后就可以使用 smplayer或是totem來播放rm)

使用以下命令:

cd /解壓目錄

chmod u+x *

cp * /usr/lib64/codecs //現(xiàn)在totem可以播放了rm了。

totem播放列表亂碼解決

1、修改totem的配置(在終端輸入以下命令)

gedit ~/.gnome2/totem_config

2 、加上以下兩行點保存

subtitles.separate.font:VeraSansYuanTi

subtitles.separate.src_encoding:gb18030

做完上面的這些步驟以后,rmvb還是不可以播放。

 

#P#

提示說

概述:

 SELinux is preventing totem from loading /usr/lib/codecs/drvc.so which requires

text relocation.

詳細(xì)描述:

The totem application attempted to load /usr/lib/codecs/drvc.so which requires

text relocation. This is a potential security problem. Most libraries do not

need this permission. Libraries are sometimes coded incorrectly and request this

permission. The SELinux Memory Protection Tests

(linux-mem.html">http://people.redhat.com/drepper/selinux-mem.html) web page explains how to

remove this requirement. You can configure SELinux temporarily to allow

/usr/lib/codecs/drvc.so to use relocation as a workaround, until the library is

fixed. Please file a bug report

(http://bugzilla.redhat.com/bugzilla/enter_bug.cgi) against this package.

允許訪問:

If you trust /usr/lib/codecs/drvc.so to run correctly, you can change the file

context to textrel_shlib_t. "chcon -t textrel_shlib_t '/usr/lib/codecs/drvc.so'"

You must also change the default file context files on the system in order to

preserve them even on a full relabel. "semanage fcontext -a -t textrel_shlib_t

'/usr/lib/codecs/drvc.so'"

Fix 命令:

chcon -t textrel_shlib_t '/usr/lib/codecs/drvc.so'

附加信息:

源上下文 unconfined_u:unconfined_r:unconfined_t:s0

目標(biāo)上下文 unconfined_u:object_r:lib_t:s0

目標(biāo)對象 /usr/lib/codecs/drvc.so [ file ]

源 totem

源路徑 /usr/bin/totem

端口 未知>

主機(jī) localhost.wbzhui

源 RPM 軟件包 totem-2.24.3-1.fc10

目標(biāo) RPM 軟件包

 

#P#

策略 RPM selinux-policy-3.5.13-18.fc10

啟用 Selinux True

策略類型 targeted

啟用 MLS True

Enforcing 模式 Enforcing

插件名稱 allow_execmod

主機(jī)名 localhost.wbzhui

平臺 Linux localhost.wbzhui 2.6.27.5-117.fc10.i686 #1

SMP Tue Nov 18 12:19:59 EST 2008 i686 i686

警報計數(shù) 3

第一個 2008年12月29日 星期一 18時49分34秒

最后一個 2008年12月29日 星期一 18時59分54秒

本地 ID d1d48011-bed4-4480-ba42-c3e96e6f5ba5

行號

原始核查信息

node=localhost.wbzhui type=AVC msg=audit(1230548394.517:179): avc: denied { execmod } for pid=2794 comm="totem" path="/usr/lib/codecs/drvc.so" dev=dm-0 ino=355663 scontext=unconfined_u:unconfined_r:unconfined_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=file

node=localhost.wbzhui type=SYSCALL msg=audit(1230548394.517:179): arch=40000003 syscall=125 success=no exit=-13 a0=7ad5000 a1=4d000 a2=5 a3=af007c90 items=0 ppid=1 pid=2794 auid=500 uid=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) ses=1 comm="totem" exe="/usr/bin/totem" subj=unconfined_u:unconfined_r:unconfined_t:s0 key=(null)

根據(jù)上面的提示,再執(zhí)行:

su -c 'chcon -t textrel_shlib_t '/usr/lib/codecs/drvc.so''

su -c 'semanage fcontext -a -t textrel_shlib_t '/usr/lib/codecs/drvc.so''

這樣Totem就可以播放rmvb了,不過速度好像不快。

 

【編輯推薦】

  1. Fedora 10正式版發(fā)布下載
  2. Fedora 10 將加入類似 Ubuntu Wubi 的新特性
  3. fedora 10安裝Flash 插件
責(zé)任編輯:張燕妮 來源: 中國IT實驗室
相關(guān)推薦

2012-10-22 15:28:49

eWBBLTE無線調(diào)度

2012-05-28 13:44:25

華為云解決

2014-03-11 11:25:39

華為ICT華為

2010-05-24 11:01:37

思科統(tǒng)一通信

2013-12-17 13:29:04

iOS開發(fā)多媒體

2015-07-16 16:07:16

聯(lián)絡(luò)中心最佳全媒體解決方案大獎華為

2011-12-09 11:13:17

2009-10-15 10:29:03

布線系統(tǒng)解決方案

2011-08-02 10:36:02

iOS開發(fā) SDK 多媒體

2010-10-20 16:01:29

網(wǎng)絡(luò)管理解決方案網(wǎng)絡(luò)管理

2010-01-27 16:21:29

Android多媒體播

2011-09-28 14:11:21

2009-02-19 10:13:00

2011-12-20 12:53:43

JavaJFreeChart

2022-05-27 12:09:44

FedoraLinux

2010-09-06 11:11:27

微軟關(guān)鍵任務(wù)

2009-04-03 11:26:12

AMD上海皓龍

2015-08-06 17:04:16

Cocos Play手機(jī)頁游

2009-05-05 17:07:56

2018-06-15 07:49:56

點贊
收藏

51CTO技術(shù)棧公眾號

主站蜘蛛池模板: 久久激情五月丁香伊人 | 国产ts人妖系列高潮 | 亚洲福利在线观看 | 国产精品海角社区在线观看 | 欧美日本在线观看 | 日韩av黄色 | 国产精品一区在线播放 | 国产成人高清视频 | 懂色一区二区三区免费观看 | 精品美女视频在线观看免费软件 | 日韩视频a | 久久精品色欧美aⅴ一区二区 | 欧美一区不卡 | 蜜桃五月天 | 欧美一级二级三级 | 亚洲精品1| 一级高清视频 | 欧美 日韩 国产 成人 在线 91 | av网站在线看 | 日韩视频一区二区在线 | 99久久婷婷国产精品综合 | 91成人免费看片 | 人人人干| 成人精品鲁一区一区二区 | 美日韩免费 | 国产高清性xxxxxxxx | 亚洲一级视频在线 | 欧美日韩在线综合 | 国产中文字幕网 | 国产精品成av人在线视午夜片 | 久久久久亚洲 | 最新国产视频 | 国产成人精品999在线观看 | 久久www免费人成看片高清 | 成人免费视频网站 | 1000部精品久久久久久久久 | 夜夜爽99久久国产综合精品女不卡 | 搞黄视频免费看 | 国产成人一区二区 | 美女久久久久久久久 | 四虎在线视频 |