mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-12 16:28:20 +00:00
update logging output for v4l2rtspserver
This commit is contained in:
parent
fa4144a8f4
commit
7e02536c79
@ -48,11 +48,11 @@ case "$1" in
|
|||||||
DEVICE1="$HI_VIDEO_DEV,hw:0,0"
|
DEVICE1="$HI_VIDEO_DEV,hw:0,0"
|
||||||
else
|
else
|
||||||
DEVICE1="$HI_VIDEO_DEV"
|
DEVICE1="$HI_VIDEO_DEV"
|
||||||
echo "rtsp audio disabled"
|
echo "rtsp hi_res audio disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "rtsp disabled"
|
echo "rtsp hi_res disabled"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -80,11 +80,11 @@ case "$1" in
|
|||||||
DEVICE2="$LOW_VIDEO_DEV,hw:2,0"
|
DEVICE2="$LOW_VIDEO_DEV,hw:2,0"
|
||||||
else
|
else
|
||||||
DEVICE2="$LOW_VIDEO_DEV"
|
DEVICE2="$LOW_VIDEO_DEV"
|
||||||
echo "rtsp audio disabled"
|
echo "rtsp low_res audio disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "rtsp disabled"
|
echo "rtsp low_res disabled"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user