[vlc-devel] Mouse event and stream output problems with libVLC	/ JVLC
    Rémi Denis-Courmont 
    rdenis at simphalempin.com
       
    Wed Apr 30 21:13:46 CEST 2008
    
    
  
Le Monday 28 April 2008 19:46:02 Benjamin Boucher, vous avez écrit :
> So, my question is : Can I add an event listener on the VLC video frame
> using JAVA, JVLC or directly the native libVLC ?
> If not, I thought of hooking the windows DLL that manages mouse events
> but I don't think it is a good solution.
> Which other options do I have ? (recompile libVLC ?!)
The plugin API receives mouse events through the key-pressed variable of the 
primary input object; this is mostly used for DVD menus and fullscreen 
toggle. See modules/control/hotkeys.c.
> But like I said, only 2 of the 4 videos streams had been recorded and I
> don't know why. Is there a limit number of output streams that libVLC
> can handle ?
Impossible to tell without debug log.
-- 
Rémi Denis-Courmont
http://www.remlab.net/
    
    
More information about the vlc-devel
mailing list