GNOME Bugzilla – Bug 349014
The plugin needs to present itself as WMP/Quicktime
Last modified: 2006-08-11 13:49:49 UTC
When I go to http://movies.yahoo.com and try to view one of the trailers, its 'media config' tool checks the plugins to see if you have WMP or Quicktime installed. I know for a fact that I can play them, but the plugin doesn't say that it is WMP/QT. Mplayerplug-in pretends to be WMP, Quicktime, and RealPlayer, and the site lets it by. -Steven
Sort of a duplicate of bug 343007...
Yahoo's site also has Javascript detection hard-coded to "Netscape" and "IE". It refuses to use Mozilla. Until that's fixed, I'm wondering whether there's any point trying to fix this bug (for this particular site obviously).
*** Bug 350861 has been marked as a duplicate of this bug. ***
2006-08-11 Bastien Nocera <hadess@hadess.net> * src/totem-mozilla-plugin.cpp: add a temporary hack to get the CNN website working
Thanks Christian! 2006-08-11 Christian Persch <chpe@cvs.gnome.org> * autogen.sh: * configure.in: * Makefile.am: * src/Makefile.am: R src/totem-mozilla-plugin.cpp: R totem-mozilla-scriptable.cpp: R totem-mozilla-scriptable.h: A browser-plugin/.cvsignore: A browser-plugin/Makefile.am: A browser-plugin/TODO: A browser-plugin/idl/.cvsignore: A browser-plugin/idl/Makefile.am: A browser-plugin/idl/totemIBasicPlayer.idl: A browser-plugin/idl/totemIComplexPlayer.idl: A browser-plugin/idl/totemIGMPControls.idl: A browser-plugin/idl/totemIGMPPlayer.idl: A browser-plugin/idl/totemINarrowSpacePlayer.idl: A browser-plugin/plugin.symbols: A browser-plugin/totemBasicPlugin.cpp: A browser-plugin/totemBasicPlugin.h: A browser-plugin/totemComplexPlugin.cpp: A browser-plugin/totemComplexPlugin.h: A browser-plugin/totemGMPPlugin.cpp: A browser-plugin/totemGMPPlugin.h: A browser-plugin/totemNarrowSpacePlugin.cpp: A browser-plugin/totemNarrowSpacePlugin.h: A browser-plugin/totemPlugin.cpp: A browser-plugin/totemPlugin.h: A browser-plugin/totemScriptableBase.cpp: A browser-plugin/totemScriptableBase.h: Move plugin to browser-plugin/ and build 4 variants of it with different JS interface and plugin name. Bug #343007.