Files
splash/data/writeToShmdata.sh
2014-06-17 11:02:45 -04:00

10 lines
198 B
Bash
Executable File

#!/bin/bash
killall switcher
switcher -d &
sleep 1
switcher-ctrl -C uridecodebin video
switcher-ctrl -s video loop true
switcher-ctrl -s video uri `echo file://$1`
switcher-ctrl -s video play true