frigate: disable audio for now
This commit is contained in:
@@ -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"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user