Windows: XPI installation is broken
There are some issues which breaks the xpi installation:
- The files libvlc.dll, libvlccore.dll and npvlc.dll are missing (the associated manifest files aren't missing)
- The XPI installation must be unpacked by the browser. Adding the following line into the file "install.rdf" will unpack the extension: "em:unpacktrue</em:unpack>"
- The folder structure is wrong. The plugin will crash. The correct structure is:
install.rdf
plugins/
libvlc.dll
libvlc.dll.manifest
libvlccore.dll
npvlc.dll
npvlc.dll.manifest
plugins/
access
access_output
...
A manually repaired xpi installation works fine for me with Firefox 31.