-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DVD Menu not clickable #35
Comments
Unfortunately there are no way to pass mouse/keyboard events to libvlc with our current approach of using libvlc (we use vmem plugin). I think the only way solve this problem is write custom libvlc plugin. And It's pretty complex task. |
Can't we patch the plugin using this method? https://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__video.html#gad53def725dd5a50a3823b68ed31bca1a |
No, it's enable/disable mouse input only if render window was created by libvlc itself. In our case there are no any window created on libvlc side. |
I've started work on my own vmem plugin to solve many issues with libvlc's implementation. Maybe some time late this feature will be available too. But can't promise when. |
I try to read a DVD via wcjs-player but when it starts I can't hover or click on the menu elements
Is it possible to activate this functionality? if not, is there a way to call the corresponding method from vlclib?
Thanks!
The text was updated successfully, but these errors were encountered: