tune sub-streams

This commit is contained in:
2025-01-27 02:54:11 +02:00
parent 200f5c6454
commit fd524c9446

View File

@@ -419,7 +419,7 @@ in
]; ];
} }
{ {
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=1"; path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=2";
roles = [ "detect" ]; roles = [ "detect" ];
} }
]; ];
@@ -438,13 +438,13 @@ in
roles = [ roles = [
"audio" "audio"
"record" "record"
"detect" #"detect"
]; ];
} }
#{ {
# path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2"; path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2";
# roles = [ "detect" ]; roles = [ "detect" ];
#} }
]; ];
}; };
}; };