Raspberry Pi video player controlled by QLab over OSC written in Node.js using Omxplayer.
Install the latest Raspbian Stretch Lite on your SD card using the Raspberry Pi Imager.
Create an empty file in the root of the SD card named ssh
(without dot or extension).
$ touch /Volumes/boot/ssh
SSH into your Pi and excecute:
$ sudo apt-get install -y git
$ git clone https://github.com/marsvaardig/osc-node.git osc-node && cd $_
$ sh install.sh
Connect from your Mac with a simple command:
open afp://pi:raspberry@192.168.xxx.xxx
Or use Finder > Connect to Server
Network Cue Destionation Patches:
Available OSC addresses & argements:
/play /home/pi/videos/big_buck_bunny.mp4
/loop /home/pi/videos/big_buck_bunny.mp4
/stop
/pause
(pause & resume)/cmd "sudo reboot"