Hi,
I'm developing a browser plugin based on vlc.
I would like to add some text overlay like: "Buffering: 10%"...
I know it's possible to start vlc with --marq-marqee options,
or do the same through a remote control interface...
but what if I want to do it from the code of the plug-in?
Which libvlc function should I use?
Thanks!