I have a webapplication that needs to run from DVD, without requireing software to be installed. The 0.8.6 plugin doesn't contain the plugins/codec stuff, so for standalone usage I have to copy files from the vlc/plugins directory to the Firefox plugin map. However copying all plugins slows down the loading/initialization of the plugin considerable.
So my question is:
- which files/plugins are needed to get the 0.8.6 mozilla plugin to work.
- where can I find a description on which plugin provides what features
(for example if it said: libcaca.dll converts video to color ascii, I could determine myself whether I needed that plugin or not)