MP3解码器: Ubuntu restricted extras
libxine-extracodecs
RMVB解码器:
解决:
wget http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
然后在/etc/sources.list中添加进去
# Medibuntu (acroread, libdvdcss2, w32codecs)
# GPG key: medibuntu-key.gpg
deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
# deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free
之后sudo apt-get update
sudo apt-get install w32codecs
如果没有声音的话
编辑~/.xine/catalog.cache文件
找到
[/usr/lib/xine/plugins/1.1.4/xineplug_decode_real_audio.so]
把decoder_priority增加到10
我试了一下,如果把/usr/lib/win32/drvc.so移走,播放时有图像没声音,不报那个“drvc.so”的错。
再把/usr/lib/win32/cook.so移走,播放时还是没声音,这时再把decoder_priority改成10后就正常了。
所以给你补充一下。但不知有没有更好的办法