Posted on
11-20-2019
03:37 PM
- last edited
a month ago
by
kh-richa_mig
Hi,
I'm trying to playback an mp4/mov video at user login on the Mac machine using the VLC command line /Applications/VLC.app/Contents/MacOS/VLC.
The requirement is to automatically play in full screen and exit. No keyboard/mouse input is allowed during the playback so basically force the video to complete the playback and then exit VLC app.
Apparently it is working with the following command line on Windows:
"C:Program Filesvideolanvlcvlc.exe" "C: emp railer_720p.mov" --play-and-exit --fullscreen --no-keyboard-events --no-mouse-events --video-on-top -I dummy
But for whatever reason, it looks like --no-keyboard-events and --no-mouse-events switches don't work on the macOS.
Any suggestion is greatly appreciated.