|
|
我的做法:到http://sourceforge.net/projects/mplayerplug-in/下载2.85版的插件
#tar zxvf mplayerplug-in-2.85.tar.gz
#cd mplayerplug-in
#./configure --enable-gtk2 --enable-x(大家可以cat install查看参数)
#make
#make install
查看一下/root/.mozilla/plugins/下面已经有了mplayerplug-in.so,mplayerplug-in.xpt文件
#cp mplayerplug-in.so /usr/lib/firefox/plugins/
#cp mplayerplug-in.xpt /usr/lib/firefox/components/(2.85版的插件make install后不自动安装到/usr/lib/firefox下,我安装时没有,如果大家make install后查看/usr/lib/firefox下面的文件夹中有了这两个文件,此步省略)
#vi/root/.mplayer/config在其中添加:
vo=xv
ao=oss
(大家可以打开自己的mplayer的prefrences中的audio,vedio插件中默认选中的是哪个插件,然后vo=你的vedio默认插件,ao=你的audio默认插件。所以我干脆在vo,ao中设置自己mplayer的自己的默认插件)
第一次做这一步的时候按照几位同仁的做法在vi/root/.mplayer/config的时候添加:
vo=xv,x11
ao=arts,esd,oss
后会出现缓冲99%的时候死掉的问题。
在此about:config不再叙述,请大家参照http://www.linuxsir.cn/bbs/showthread.php?t=178270来做。
以上有不正确之处请大家指正。谢谢! |
|