Closed GoogleCodeExporter closed 8 years ago
Are you sure that site should work? Looks like a flash based site to me... or is
there an option to change that some where?
Original comment by kdeko...@gmail.com
on 3 Apr 2009 at 2:53
Yes it should work.
It is the same logic as tv5.org or others. You get an Flash front end for
navigation
purpose and it switch to embedded video frame when you activate the go button.
As you
can see in the attachments mplayerpug-in does get called properly.
Cheers,
Original comment by ars...@googlemail.com
on 3 Apr 2009 at 3:10
Attachments:
I installed mplayerplug-in and while it works with other sites, I still can't
get it
to work with the Canada site.. Can you please post the "about:plugins" output
from
the browser with mplayerplug-in installed. Also do you have the
mplayerplug-in-0.4.xpi installed?
Original comment by kdeko...@gmail.com
on 3 Apr 2009 at 3:36
ok, I did some testing on this site and found a couple of problems..
1. the site is specifically looking for mplayerplug-in.. That can be fixed with
this
patch..
Index: src/plugin_types_std.cpp
===================================================================
--- src/plugin_types_std.cpp (revision 290)
+++ src/plugin_types_std.cpp (working copy)
@@ -126,7 +126,7 @@
// some sites use this description to figure out what formats can be played. So
we have to make sure the
// description matches the features
if (variable == NPPVpluginNameString) {
- *((const char **) value) = "gecko-mediaplayer " VERSION;
+ *((const char **) value) = "mplayerplug-in is now gecko-mediaplayer "
VERSION;
}
if (variable == NPPVpluginDescriptionString) {
*((const char **) value) =
2. The site appears to have a javascript bug in it. It tried to look for
srcAV_classPlayer_silverLight1, which it should not look for on Linux. Or at
least
fail gracefully.
Let me know if the patch fixes your problem and if so I'll commit it.
Otherwise, the
site needs to be fixed.
Original comment by kdeko...@gmail.com
on 3 Apr 2009 at 4:02
ok, I got it work with the patch above, but I had to uninstall the moonlight
plugin
from my machine...
I will be applying that patch, but it really a hack.
Original comment by kdeko...@gmail.com
on 3 Apr 2009 at 4:09
I will see if they can change their code to check for gecko also. Once I get an
answer I'll let you know.
Cheers,
Original comment by ars...@googlemail.com
on 3 Apr 2009 at 4:48
Original comment by kdeko...@gmail.com
on 2 Jul 2009 at 8:50
Original issue reported on code.google.com by
ars...@googlemail.com
on 3 Apr 2009 at 2:43