From: Cameron Ball Date: Tue, 14 Apr 2015 16:29:10 +0000 (+0800) Subject: Change omxplayer launch command X-Git-Url: http://cameron1729.xyz/?p=hdmi-switcher.git;a=commitdiff_plain;h=39b9e8d697f1c13aa6e94befc90e000c14179f2a Change omxplayer launch command --- diff --git a/start.sh b/start.sh index 56b6ee4..a78e39e 100755 --- a/start.sh +++ b/start.sh @@ -5,5 +5,5 @@ clear printf "Starting video... " sleep 5 printf "OK\n" -omxplayer --loop --no-osd -b -p -o hdmi /home/pi/hdmi-switcher/video.mp4 > /dev/null 2>&1 +omxplayer --loop --no-osd -b -o both /home/pi/hdmi-switcher/video.mp4 > /dev/null 2>&1 clear