go2rtc: fix rtsp port

This commit is contained in:
2025-02-20 15:12:57 +02:00
parent 1c64bdd214
commit e4793cc90c

View File

@@ -25,7 +25,7 @@ let
vno4-dome-ptz-high \ vno4-dome-ptz-high \
vno4-dome-ptz-low; do vno4-dome-ptz-low; do
timeout 30s \ timeout 30s \
ffprobe -hide_banner "rtsp://localhost:8854/''${input}" || \ ffprobe -hide_banner "rtsp://localhost:8554/''${input}" || \
FAILED=1 FAILED=1
done done
if [[ "$FAILED" == 1 ]]; then if [[ "$FAILED" == 1 ]]; then