frigate: fix protocol

This commit is contained in:
2025-02-15 12:18:34 +02:00
parent 6d3278e09f
commit 1b6a8249c1

View File

@@ -134,7 +134,7 @@ in
} }
{ {
#path = "rtsp://localhost:8554/vno4-dome-ptz-med"; #path = "rtsp://localhost:8554/vno4-dome-ptz-med";
path = "ffmpeg:rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1";
roles = [ "detect" ]; roles = [ "detect" ];
} }
]; ];