So here is our setup. QLC+ is running on a dual-screen macmini at the technical desk (back of the auditorium). The projector is located at the back of the stage, connected to a windows 7 Intel NUC computer. (There is also another computer at the stage hand/curtain area, where they are going to have limited control of lighting on stage (for stage reset while curtain is closed).)
All sound originates from the tech desk. All lighting commands originate from the tech desk.
What we are wanting to do is utilize QLC+ in a "show" sequence to remote start a clip from a movie prior to a solo but have it timed so that it works well. The solo is Evermore from Beauty and the Beast. The scene opens with a sweep into the beast's castle onto the rose (this is the video clip), and while that starts, the intro to the song is played. After the intro clip, the VLC player (or whatever player I end up using on the projector computer) closes, showing just the desktop (with no icons, no start bar, black background), a DMX cue turns on a pinspot over a table with the Beast's rose. The transition between the 2 (the projection and the DMX light) have to be cued correctly. So that the DMX light does not come on before the clip is ending. After which the Beast starts his solo.
My problem is utilizing the MacMini to send a command to the Windows box to start VLC. I am not sure how to do this. Once I figure this out, I am sure it will be a simple step to put it in as a script in QLC (I hope). I know the command that I am looking for in Windows command line is:
Code: Select all
"C:\program files (x86)\videolan\vlc\vlc.exe" --fullscreen --nooverlay --play-and-exit D:\evermore_v2.mp4
Please help. I am lost, and I have been searching the www for 3 days trying to figure this out.