You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
video-player/play-overlay.sh

10 lines
149 B
Bash

#!/bin/bash
/home/pi/video-player/relay-off.sh &
export DISPLAY=:0
ffplay -fs -autoexit $(cat /overlayvideo)
/home/pi/video-player/relay-on.sh &