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
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