Active
Project:
jMedia
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2008 at 18:38 UTC
Updated:
16 Sep 2008 at 18:38 UTC
Version 1.01 of the Jmedia Jquery plugin does not detect the RealPlayer plugin on OS X (tested under Safari 3 and FF 3, with RealPlayer 11 Gold).
RealPlayer used to identify itself as "RealOne Player" or "RealPlayer Version x.xx" in navigator.plugins -- but in newer versions it identifies itself as simply "RealPlayer Plugin".
You can easily add this to the media definitions in the jmedia.js file (approximately line 373) by adding "RealPlayer Plugin" to the descriptions list:
"real": {
classID: "CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA",
progID: ["RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)", "RealVideo.RealVideo(tm) ActiveX Control (32-bit)", "rmocx.RealPlayer G2 Control"],
description: ["RealOne Player","RealPlayer Version", "RealPlayer Plugin"],
mimeType: ["audio/x-pn-realaudio-plugin"],
pluginsPage: "http://www.real.com/freeplayer/?rppr=rnwk"},
I've notified the author of the plugin, but I am including this info here for folks, in case it doesn't get fixed right away.