I compiled VLC 2.0.0 on Ubuntu 11.10 successfully, however I couldn't find the VLC Web Plugin for playback of video from HTML.
In referring to http://www.videolan.org/doc/vlc-user-guide/en/ch07.html
I configured, compiled and installed VLC with the following commands:
./configure --enable-mozilla
make
su
Password: [Root Password]
make install
I downloaded the VLC source code from here http://www.videolan.org/vlc/download-sources.html.
So, the question is, where is VLC web plugin in VLC 2.0?