I'm trying to run an array of videos on my Mac to monitor video streams. The problem is, --video-x and --video-y seem to have no effect, and the window opens up regardless of what values they have and is always the last position the window was dragged to.
Here is the CLI I'm using.
$ /Applications/VLC.app/Contents/MacOS/VLC udp://@239.1.1.81:49410 --no-embedded-video --video-x=0 --video-y=21 --width=320 --height=180 &
Any ideas on how to make this work?
Thanks!