vine-users ML アーカイブ



[vine-users:072319] Re: mplayer の install

  • From: Satoru Otsubo <otsubo_p@xxxxxxxxxxxxxxx>
  • Subject: [vine-users:072319] Re: mplayer の install
  • Date: Fri, 8 Jul 2005 13:49:43 +0900
大坪です。

野宮さんからのアドバイス( [vine-users:072306])
1. mozplugger、mplayerplug-in をインストール
2. mozpluggerrc から mplayer や video/* のエントリーを削除
3. ~./.mozilla にある plugreg.dat を削除
に従ったら、Yahoo動画ニュースも見れるようになりました。
どうもありがとうございます。
以下、今回のinstall の summary を記載しておきます。
誤っている点等ご指摘頂けたら幸いです。
(なお、まだDVDが使えるかどうかはテストしていません。)
----- -----
distribution: vine-3.0 を upgrade した vine-3.1
(1)
http://cresc.no-ip.org/~tom/blog/?itemid=10
のページに従い、
mplayer mplayer-codecs mplayer-gui
をインストール。

(2)
mplayerplug-in は、
http://mplayerplug-in.sourceforge.net/install.php#plugin
に従いインストール。
$ rpm -q gtk2
gtk2-2.4.13-0vl1
# apt-get install mozilla-devel
# apt-get install gtk2-devel
# tar xzvf mplayerplug-in-2.85.tar.gz
# cd mplayerplug-in
# ./configure
# make
# cp mplayerplug-in.so /usr/lib/mozilla-1.7.8/plugins
# cp mplayerplug-in.xpt /usr/lib/mozilla-1.7.8/components

(3)
$ mv ~/.mozilla/pluginreg.dat ~/.mozilla/pluginreg.dat.bak
# cp /etc/mozpluggerrc /etc/mozpluggerrc.bak
# gedit /etc/mozpluggerrc &
  (以下のように comment out)
## temporary comment out-start ##
#video/mpeg: mpeg, mpg, mpe: MPEG animation
#video/x-mpeg: mpeg, mpg, mpe: MPEG animation
#video/x-mpeg2: mpv2, mp2ve: MPEG2 animation
#       stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs #-wid $window -vo xv,x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 -vc #mpeg12 "$file" </dev/null
#        nokill noisy: xine -pq "$file"
#       loop: mtvp -l -W$window "$file"
#       : mtvp -W$window "$file"
#       loop: xanim +Av100 -Zr +W$window +q +f "$file"
#       : xanim +Av100 -Zr +W$window +q +Ze +f "$file"
#
#video/msvideo: avi: AVI animation
#video/x-msvideo: avi: AVI animation
#video/fli: fli, flc: FLI animation
#video/x-fli: fli, flc: FLI animation
#       stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs #-wid $window -vo xv,x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 #"$file" </dev/null
#       noisy nokill: xine -pq "$file"
#
#application/x-mplayer2: wmv,asf,mov: Windows Media
#video/x-ms-asf: asf,asx,wma,wax,wmv,wvx: Windows Media
#video/x-ms-wmv: wmv: Windows Media
#       stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs #-wid $window -vo xv,x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 #"$file" </dev/null
#
#video/quicktime: mov,qt: Quicktime animation
#video/x-quicktime: mov,qt: Quicktime animation
#       stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs #-wid $window -vo xv,x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 #"$file" </dev/null
#       noisy nokill: xine -pq "$file"
#
#video/dl: dl: DL animation
#video/x-dl: dl: DL animation
#video/sgi-movie: movie,movi,mv: SGI animation
#video/x-sgi-movie: movie,movi,mv: SGI animation
#video/anim: iff,anim5,anim3,anim7: IFF animation
#video/x-anim: iff,anim5,anim3,anim7: IFF animation
#       loop: xanim +Av100 -Zr +W$window +q +f "$file"
#       : xanim +Av100 -Zr +W$window +q +Ze +f "$file"
## temporary comment out-end ##
----- -----
以上です。
(なお、このような comment out の影響は何なのでしょう?)