Page 1 of 1

Trigger for OSDmenu

Posted: 09 Oct 2005 15:15
by merik
Hi

I am able to get an OSD menu working as follows:

Code: Select all

vlc tg.avi --novideo-deco --intf dummy --dummy-quiet --extraintf rc --rc-quiet --rc-host 127.0.0.1:10003 --video-on-top --one-instance --sub-filter menu --osdmenu-x 150 --osdmenu-y 1 --osdmenu-file osdmenu\default.cfg
This can be activated by typing "menu on" and "menu off" in the rc interface but can you have the OSD menu appear on mouse click or something like that.

I am thinking about a fullscreen touchscreen application and thinking that when the user touches the screen the OSD appears.

Is this possible??

Thanks

MK

Posted: 11 Oct 2005 09:28
by merik
Any thoughts guys ??