I want to install the vlc web plugin for chrome on my mac (Mountain Lion) . I could succesfully do it on Windows by just selecting web plugin at the time of vlc installation. However, on a mac I think the plugin comes as a seperate package. Can someone please tell me how to do it as I have failed after several tries
3 Answers
Until the stable version is released, you can install a recent nightly webplugin from http://nightlies.videolan.org/build/macosx-intel/?C=N;O=A.
It may have bugs, but it works for the few instances I've used it.

- 103
- 1
- 5
-
I installed this nightly build, is there anything I need to do for the Chrome plugin to work? I still don't see it listed on chrome://plugins. (Using Chrome, Mac OSX Yosemite, VLC Nightly Build 2.2.0-rc2) – Gal Feb 06 '15 at 21:01
-
3You need to download the web plugin, e.g. VLC-webplugin-20150225-0535.dmg. Once you open it, you will see a shortcut to the Internet Plugins directory to which you must drag and drop the "VLC Plugin.plugin." Restart Chrome and you will see it listed in chrome://plugins/. Keep in mind that, at present, NPAPI plugins (such as this one) will are scheduled to be removed completely in September 2015. – earthsound Feb 25 '15 at 23:10
There is no compatible VLC browser plugin available on the Mac at this point. We re-wrote it over the cause of the last year and will re-release an entirely new version this spring along with VLC 2.2 for desktop platforms.

- 1,756
- 1
- 12
- 14
-
2VLC 2.2.0 seems to have been released; I just got it from the official download page. Is the plugin supposed to work now? Because it is not showing up for me in Firefox. – interfect Mar 17 '15 at 03:05
This currently works. Here is a step by step guide:
In your browser go to http://nightlies.videolan.org/build/macosx-intel/ and download the latest
VLC-webplugin-*.dmg
. Today the latest file appears to be thisVLC-webplugin-20150922-0538.dmg
Open the
.dmg
file (double click, and a popup window will appear), drag theVLC Plugin.plugin
to theInternet Plugins shortcut
; This location is really/Library/Internet\ Plug-Ins/
In the Chrome address bar type
chrome://flags/#enable-npapi
and press Enter/Return.You will see a list of settings, with a blue link to disable or enable. Click 'Enable', under 'Enable NPAPI Mac, Windows', (this Enables NPAPI Mac, Windows. It enables the use of NPAPI plugins.)
Restart Chrome
In the Chrome address bar type
chrome://plugins/
and press Enter/Return
You should now see 'VLC Web Plugin - Version: 2.2.2'

- 3,041
- 2
- 27
- 40

- 78
- 1
- 7
-
@user3392740 Here is another link that explains it further: http://www.vboxcomm.com/enable-vlc-web-plugin-in-google-chrome-npapi.html?tmpl=component – rootscript Sep 22 '15 at 16:23
-
2Those instructions are already out of date; the flag in step 3 doesn't exist in current versions of Chrome (45+), as NPAPI support has been removed completely. – smorgan Sep 23 '15 at 06:20