Hi All,<br><br>   I have installed latest version of VLC  i.e VLC media player 1.1.0-rc on Ubuntu Linux. I am trying to  listen the mouse click events from JavaScript when the video playback is going on in fullscreen mode instead of taking the Video window.<br>
 <br>In the latest VLC source code  i have modified the code from src/control/media_player.c as  mentioned below <br>   <b>var_SetBool (mp, "mouse-events", false);<br><br></b>After doing above modification i have recompiled the source code on Ubuntu Linux and  launched vlc.html (which is attached with this mail) from firefox then I am getting the error as mentioned below.<br>
<br><b>[0xb17efe90] main libvlc error: No modules were found, refusing to start. Check that you properly gave a module path with --plugin-path.</b> and I am unable to playback the video. Where as same rtsp url I am able to playback from command line using vlc binary.<br>
<br><br>Can any one please suggest me how to avoid the above mentioned error and how can I listen the mouse click events from javaScrip application while video playback is going on in fullscreen mode instead of taking the VLC video window.<br>
<br><br>Thanks In Advance.<br><br><br>Thanks,<br>Venu<br>