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