Change omxplayer launch command
[hdmi-switcher.git] / start.sh
index 56b6ee4..a78e39e 100755 (executable)
--- 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