fix: fix error in ustreamer.sh
Obviously start_param is missing device, this leads to not starting ustreamer Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
4f69c9476f
commit
308109323a
@ -45,6 +45,9 @@ run_ustreamer() {
|
||||
start_param=( --host 127.0.0.1 -p "${pt}" )
|
||||
fi
|
||||
|
||||
# Add device
|
||||
start_param+=( -d "${dev}" --device-timeout=2 )
|
||||
|
||||
# Use MJPEG Hardware encoder if possible
|
||||
if [ "$(detect_mjpeg "${cam_sec}")" = "1" ]; then
|
||||
start_param+=( -m MJPEG --encoder=HW )
|
||||
|
Loading…
x
Reference in New Issue
Block a user