mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
removed detect
This commit is contained in:
parent
350423d449
commit
d8416b2e38
1 changed files with 1 additions and 4 deletions
|
|
@ -34,16 +34,13 @@ in
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
"living_room" = {
|
"living_room" = {
|
||||||
|
detect.enabled = false;
|
||||||
ffmpeg = {
|
ffmpeg = {
|
||||||
inputs = [
|
inputs = [
|
||||||
{
|
{
|
||||||
path = "rtsp://admin:ocu?u3Su@192.168.0.181/cam/realmonitor?channel=1&subtype=0";
|
path = "rtsp://admin:ocu?u3Su@192.168.0.181/cam/realmonitor?channel=1&subtype=0";
|
||||||
roles = [ "record" ];
|
roles = [ "record" ];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
path = "rtsp://admin:ocu?u3Su@192.168.0.181/cam/realmonitor?channel=1&subtype=1";
|
|
||||||
roles = [ "detect" ];
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue