Page 1 of 1

VLC plugin on 10.7.1 and Firefox 6.0.2

Posted: 18 Sep 2011 12:02
by zork
Hi all, I just installed VLC plugin v. 1.0.5, guess it's the last one, I can see the plugin in folder Inter plugins, but not appearing in Firefox adds-on.
Anyone experienced same kind of problems ?..
Thanks
zork

Re: VLC plugin on 10.7.1 and Firefox 6.0.2

Posted: 03 Nov 2011 22:30
by chriguhose
I am having the same problem with osx 10.7.2 and firefox 7.0.1

Installed plugin version 1.0.5 from dmg. Corresponding file can be found at Library/Internet Plugins but does not show up in Firefox plugin list. Other plugins (e.g. Flash and Google Earth installed correctly and working as expected).

Any idea how i can further investigate the issue?

Thanks for any advise
Cheers
chriguhose

Re: VLC plugin on 10.7.1 and Firefox 6.0.2

Posted: 04 Nov 2011 02:05
by Jean-Baptiste Kempf
Unfortunately, this need some extra code.

Re: VLC plugin on 10.7.1 and Firefox 6.0.2

Posted: 29 Nov 2011 02:29
by Wanda82
Yes, I guess so.. I also had a similar problem.

Re: VLC plugin on 10.7.1 and Firefox 6.0.2

Posted: 29 Nov 2011 15:59
by karelbilek
This is easily fixed, I put it as a bug into trac but it was closed as duplicate and as already done for 1.2

You have to open the plug-in package and add this into Info.plist file:

Code: Select all

<key>WebPluginMIMETypes</key> <dict> <key>application/x-vlc-plugin</key> <dict> <key>WebPluginExtensions</key> <array> <string>mp4</string> </array> <key>WebPluginTypeDescription</key> <string>VLC plugin</string> </dict> </dict> <key>WebPluginName</key> <string>VLC plugin</string>
(you have to enter it BEFORE the closing </dict> tag)

Then you have to put it out of plug-ins directory, restart firefox, put it back in, restart firefox, and it works.

It should be corrected in VLC 1.2, according to bugtrac.