Hi,
I am opening a VLC window at startup on windows 7, using a batch file containing this command:
start /D"C:\Program Files\VideoLAN\VLC\" vlc.exe -vvv rtsp://192.168.1.234/mpeg4
This works well, but I want to remove the play controls which appear. I can do so by selecting View>Minimal or pressing Ctrl-H, but is there a way to request this on the command line?
Many thanks
Simon