I have a working mplayer with gui enabled. I love it.
Now, I'm trying to get the mplayer plugin (
http://mplayerplug-in.sourceforge.net/) for mozilla to work. My mplayer is version .91, and the plugin is version .80.
The mplayerplugin-conf file looks like this (in my ~/.mozilla dir):
vo=xv,x11
enable-gui=no
I have tried it with and without the noembed=1 option, gui=yes, gui=mini, as well as having no conf file at all. Every time, the plugin hangs with the message " Connecting to media source ..." and then crashes Mozilla.
Running mozilla from the term produces the following when accessing the plugin:
$ mozilla &
No such file or directory
Unknow option on the command line: novideo
MPlayer 0.91-3.2.2 (C) 2000-2003 MPlayer Team
CPU: Intel Pentium 4 Willamette (Family: 8, Stepping: 10)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/nsong/.mplayer/config
Reading /home/nsong/.mplayer/codecs.conf: can't open '/home/nsong/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf
Usage: mplayer [options] [url|path/]filename
Basic options: (complete list in the man page)
-vo <drv[:dev]> select video output driver & device ('-vo help' for a list)
-ao <drv[:dev]> select audio output driver & device ('-ao help' for a list)
-vcd <trackno> play VCD (Video CD) track from device instead of plain file
-dvd <titleno> play DVD title from device instead of plain file
-alang/-slang select DVD audio/subtitle language (by 2-char country code)
-ss <timepos> seek to given (seconds or hh:mm:ss) position
-nosound do not play sound
-fs fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y> set display resolution (for use with -vm or -zoom)
-sub <file> specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y select video (x) and audio (y) stream to play
-fps x -srate y change video (x fps) and audio (y Hz) rate
-pp <quality> enable postprocessing filter (details in the man page)
-framedrop enable frame dropping (for slow machines)
Basic keys: (complete list in the man page, also check input.conf)
<- or -> seek backward/forward 10 seconds
up or down seek backward/forward 1 minute
pgup or pgdown seek backward/forward 10 minutes
< or > step backward/forward in playlist
p or SPACE pause movie (press any key to continue)
q or ESC stop playing and quit program
+ or - adjust audio delay by ± 0.1 second
o cycle OSD mode: none / seekbar / seekbar + timer
* or / increase or decrease PCM volume
z or x adjust subtitle delay by ± 0.1 second
r or t adjust subtitle position up/down, also see -vop expand
* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *
Gdk-ERROR **: BadWindow (invalid Window parameter)
serial 119 error_code 3 request_code 4 minor_code 0
[3]+ Exit 1 mozilla
The plugin homepage includes tests for mplayer and gmplayer. Those work without a problem. However, the tests for the plugin do not work.
I think that covers all of it. If anyone has experience with this, please help.
-NS