gasparov
April 9th, 2005, 12:08 PM
Hi,
before upgrading to Hoary I had compiled mplayerplug-in by myself and after a few configurations it was running.Installed the plug-in with apt here in Hoary but playing videos for any reason are missing controls, I couldn't switch to fulscreen for example.I haven't find out how to show these controls but at least I worked problem around by editing plugin specific option:
sudo gedit /etc/mplayerplug-in.conf
You'll find a few all commented out lines,probably because the plug-in was supposed to rely on mplayer configuration, but is worthy to change something for example my .conf is as follows:
#debug=0
#logfile=$HOME/mpp.log
#vo=x11,xv #commented out cause my mplayer is perfectly working
#ao=esd,oss #the same
download=1
dload-dir=$HOME/tmp
#keep-download=0
noembed=1
fileonly-embed=1
#cachesize=256
#use-mimetypes=0
enable-real=1
enable-wm=1
enable-qt=1
enable-mpeg=1
enable-ogg=1
qt-speed=med #adsl speed
#rtsp-use-tcp=0
#nomediacache=0
With this configuration mplayer starts as separate windows and you can use keyboard controls on it ( f = fullscreen :) the only reason i actually changed all this stuff).
I haven't tested it but now you should be able to play real and download streams...
When you comment out or add line with "enable" in it you have to remove pluingreg.dat from firefox profile/main directory in order to make it rebuilt,mine was in "$HOME/.mozilla/firefox" but I think this is jusy my case.
mplayerplug-in options explained (http://mplayerplug-in.sourceforge.net/config.php)
Testing Page (http://fredrik.hubbe.net/plugger/test.html)
before upgrading to Hoary I had compiled mplayerplug-in by myself and after a few configurations it was running.Installed the plug-in with apt here in Hoary but playing videos for any reason are missing controls, I couldn't switch to fulscreen for example.I haven't find out how to show these controls but at least I worked problem around by editing plugin specific option:
sudo gedit /etc/mplayerplug-in.conf
You'll find a few all commented out lines,probably because the plug-in was supposed to rely on mplayer configuration, but is worthy to change something for example my .conf is as follows:
#debug=0
#logfile=$HOME/mpp.log
#vo=x11,xv #commented out cause my mplayer is perfectly working
#ao=esd,oss #the same
download=1
dload-dir=$HOME/tmp
#keep-download=0
noembed=1
fileonly-embed=1
#cachesize=256
#use-mimetypes=0
enable-real=1
enable-wm=1
enable-qt=1
enable-mpeg=1
enable-ogg=1
qt-speed=med #adsl speed
#rtsp-use-tcp=0
#nomediacache=0
With this configuration mplayer starts as separate windows and you can use keyboard controls on it ( f = fullscreen :) the only reason i actually changed all this stuff).
I haven't tested it but now you should be able to play real and download streams...
When you comment out or add line with "enable" in it you have to remove pluingreg.dat from firefox profile/main directory in order to make it rebuilt,mine was in "$HOME/.mozilla/firefox" but I think this is jusy my case.
mplayerplug-in options explained (http://mplayerplug-in.sourceforge.net/config.php)
Testing Page (http://fredrik.hubbe.net/plugger/test.html)