vno4-dome-ptz-high seems to work

This commit is contained in:
2025-02-13 21:49:16 +02:00
parent a6c0ea5dd9
commit 75fa16a65e

View File

@@ -109,16 +109,16 @@ in
}; };
inputs = [ inputs = [
{ {
#path = "rtsp://localhost:8554/vno4-dome-ptz-high"; path = "rtsp://localhost:8554/vno4-dome-ptz-high";
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; #path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0";
roles = [ roles = [
"audio" "audio"
"record" "record"
]; ];
} }
{ {
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1";
#path = "rtsp://localhost:8554/vno4-dome-ptz-low"; #path = "rtsp://localhost:8554/vno4-dome-ptz-low";
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1";
roles = [ "detect" ]; roles = [ "detect" ];
} }
]; ];