1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Fix omxplayer execution

This commit is contained in:
albfan 2017-04-15 23:00:51 +02:00
parent 68802bb592
commit 033690b7fb

View file

@ -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}