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:
parent
68802bb592
commit
033690b7fb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ while getopts "r:d:as:p:h" optname
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
RUN="omxplayer -live -b - o hdmi rtp://localhost:$PORT"
|
RUN="omxplayer -live -b -o hdmi rtp://@:$PORT"
|
||||||
|
|
||||||
echo "running: $RUN"
|
echo "running: $RUN"
|
||||||
exec ${RUN}
|
exec ${RUN}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue