frigate: disable audio for now

This commit is contained in:
2025-02-13 07:03:22 +00:00
parent bdfde93db9
commit 6e49e1672b

View File

@@ -61,7 +61,7 @@ in
{ {
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0"; path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0";
roles = [ roles = [
"audio" #"audio"
"record" "record"
]; ];
} }
@@ -82,7 +82,7 @@ in
{ {
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"
]; ];
} }