Hi,
I'm trying to use the VLC NPAPI plugin into a specific HTML (CE-HTML) page.
The browser used is Firefox 11.0 running on Windows. To process the specific HTML page, I'm using a firefox extension.
The VLC NPAPI plugin works OK into a 'regular' HTML page (without the use of the extension)
(The content is a dvb url to play DVB-T live using a DVB-T usb stick)
When loaded into the specific HTML page and initialized with the same content, I do not get any video output, but the audio is decoded and rendered correctly.(so libvlc is created and correctly accessed)
As I do not have a great experience in plugin/extension dev, i am wondering if the use of the extension may cause problems regarding the video rendering ? (window handle ?)