From 033690b7fb20ca053e22968d0fc62f6d98dd74a1 Mon Sep 17 00:00:00 2001 From: albfan Date: Sat, 15 Apr 2017 23:00:51 +0200 Subject: [PATCH] Fix omxplayer execution --- res/miracle-omxplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/miracle-omxplayer b/res/miracle-omxplayer index dfa9152..961e2ec 100755 --- a/res/miracle-omxplayer +++ b/res/miracle-omxplayer @@ -63,7 +63,7 @@ while getopts "r:d:as:p:h" optname esac done -RUN="omxplayer -live -b - o hdmi rtp://localhost:$PORT" +RUN="omxplayer -live -b -o hdmi rtp://@:$PORT" echo "running: $RUN" exec ${RUN}