You will need the following files and folders:
plugins
npvlc.dll
npvlc.dll.manifest
libvlccore.dll
libvlc.dll
Then, the file npvlc.dll must be registered:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MozillaPlugins\@videolan.org/vlc,version=2.2.4]
"Description"="VLC Multimedia Plugin"
"Path"="C:\\path\\to\\your\\vlc\\npvlc.dll"
"Product"="VLC media player"
"Vendor"="VideoLAN"
"Version"="2.2.4"
After that, it should appear in Firefox 32bits. But caution, from Firefox 52, plugins will not work anymore. Only Firefox ESR 52.x will still support it.