update logging on official rtsp fw

This commit is contained in:
Alfonso Gamboa
2022-09-01 20:53:03 -07:00
parent 8d85c31649
commit 4cb55cbb1e
3 changed files with 9 additions and 3 deletions

View File

@@ -71,6 +71,12 @@ case "$1" in
echo "/system/bin/app.ver not found"
fi
if [-f /system/bin/liveMediaServer ]; then
echo "WARNING: Stock RTSP firmware detected."
echo "WARNING: The stock RTSP firmware is old, unmaintained, and insecure."
echo "WARNING: Compatability with wz_mini is NOT guaranteed, and not supported"
fi
;;
*)
echo "Usage: $0 {start}"

View File

@@ -1 +1 @@
Fri Aug 26 11:18:07 PM PDT 2022
Thu Sep 1 08:49:50 PM PDT 2022