Hello,
running Ubuntu, for Firefox I had to create the plugins dir and create a link to libvlcplugin.so in it
Enter this in console, or Konsole for you:
1) cd ~/.mozilla
2) mkdir plugins
3) cd plugins
4) ln -s /usr/lib/mozilla/plugins/libvlcplugin.so .
restart Firefox
check in about:plugins
libvlcplugin.so
Note: before all that I uninstalled the Totem packs (all of them, and mostly the mozilla plugin)
Thanks for the tips. I build VLC 0.9 in my local directory with --enable-mozilla, it is running fine, but I could not find libvlcplugin.so. What was I missing to generate libvlcplugin.so?
Following your above procedure, I guess I need to add following in my case:
1) Build VLC to include libvlcplugin.so (howto?)
2) Copy libvlcplugin.so to /usr/lib/mozilla/plugins
3) cd ~/.mozilla
4) mkdir plugins
5) cd plugins
6) ln -s /usr/lib/mozilla/plugins/libvlcplugin.so .
Please correct me and please advise how to build libvlcplugin.so.
Thank you so much.
Kind Regards.