Closed GoogleCodeExporter closed 9 years ago
Seems to work fine in Firefox, I'm contacting someone at Opera over it.
Original comment by kdeko...@gmail.com
on 27 Apr 2009 at 1:45
I think that it may be a ./configure parameter (or something), because the
mplayerplug-in was a rpm package while both versions of gecko-mediaplayer were
build
on my system.
All I did was
./configure && make && make install
Then copy the plugins from /usr/lib/mozilla/plugins/ to /usr/lib/opera/plugins/
(ie install does not find opera installed ?)
Original comment by veliko...@tiscali.co.uk
on 27 Apr 2009 at 2:34
I was looking at the file you attached, and the object tag may be ignored when
you
have an <embed> tag present and that could be why the content is blank cause the
embed tag has an invalid src attribute.
Original comment by kdeko...@gmail.com
on 27 Apr 2009 at 2:52
[deleted comment]
The "mms://" is the only thing i deleted.
Original
"mms://192.168.202.231/
s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotglpurtuhf49x7l" - aka
local
network thing from my ISP
I am a bit curious how gecko-mediaplayer does not work but mplayerplug-in
works. I
thought that gecko-mediaplayer is based on your previous project.
I just came across something interesting. When I open opera in terminal I have
some
"nice" output. See the file attached
Original comment by veliko...@tiscali.co.uk
on 27 Apr 2009 at 3:49
Attachments:
please enable verbose debugging in gnome-mplayer and retest.
Original comment by kdeko...@gmail.com
on 27 Apr 2009 at 3:53
There it is ...
Original comment by veliko...@tiscali.co.uk
on 27 Apr 2009 at 5:27
Attachments:
Does gnome-mplayer work to play videos? And you say that if you switch it to use
single quotes then it works?
Also have you tried this in firefox? And if so does it work there? the plugin
itself
really does not see a difference between the single and double quotes cause
those are
not normally passed to the plugin.
Original comment by kdeko...@gmail.com
on 27 Apr 2009 at 5:34
Duh... yeah this seems to be a bug in the opera plugin... for some reason all
the
arguments have the same value.
ARG: type =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: pluginspage =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: src =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: autostart =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: showcontrols =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: showdisplay =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: showstatusbar =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: defaultframe =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: width =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: height =
mms://192.168.202.231/s80qx4ttus4b2sxtei0vqs5bcx4ejtd2dl2xgornbg9tenn2se3yieotgl
purtuhf49x7l
ARG: plugin_lib = /usr/lib/opera/plugins/gecko-mediaplayer-wmp.so
Look at width and height.. those should be numbers and not a URL.. I think the
opera
team should be able to correct that pretty easily.
Original comment by kdeko...@gmail.com
on 27 Apr 2009 at 5:36
[deleted comment]
Actually after a lot of testing and stuff I found out what might be the problem.
It is a Opera issue because the plugin works flawlessly with Firefox (all the
parameters/values are correct). The problem occurs ONLY (in my testing) when
the
source is a mms:// stream.
Example
src = 'mms://somesite/etc....'
BUT if it is a src = 'http://some_site/some_file_containing_a_link_to_a_mms://
_stream' then it workswithout a problem.
Also I managed to find a temporary "fix" (call it however you want) for the
issue.
Go to Opera's Settings>protocols and add the mms protocol and choose some
program
with it, then Opera passes the right parameters/values to the plugin.
The hole situation requires a lot of investigation from Opera team.
kdekorte if you already contacted opera regarding this situation please update
them,
if not just tell me the word and I'll file it into their bugs system.
With all my respect I thought it was a plugin bug , but the deeper I dug I
found out
that it's not.
Unfortunatlly I came across something else Issue 19
Original comment by veliko...@tiscali.co.uk
on 27 Apr 2009 at 10:59
Did a newer build of opera fix this bug?
Original comment by kdeko...@gmail.com
on 13 May 2009 at 2:44
Still using Opera 9.64 Build 2480 (Linux,ppc64). No new build/release yet
Original comment by veliko...@tiscali.co.uk
on 14 May 2009 at 1:22
Are you still having issues with Opera?
Original comment by kdeko...@gmail.com
on 8 Nov 2009 at 2:11
Original comment by kdeko...@gmail.com
on 31 May 2011 at 2:36
Original issue reported on code.google.com by
veliko...@tiscali.co.uk
on 26 Apr 2009 at 11:45Attachments: