update logging output for v4l2rtspserver

This commit is contained in:
Alfonso Gamboa 2022-08-18 23:12:10 -07:00
parent fa4144a8f4
commit 7e02536c79

View File

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