mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
disabled until hwacc
This commit is contained in:
parent
87687d6170
commit
ac95d1c23d
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ in
|
|||
}];
|
||||
};
|
||||
living_room = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
detect.enabled = false;
|
||||
ffmpeg.inputs = [{
|
||||
path = "rtsp://admin:ocu?u3Su@192.168.1.147/cam/realmonitor?channel=1&subtype=0";
|
||||
|
|
@ -39,7 +39,7 @@ in
|
|||
}];
|
||||
};
|
||||
kitchen = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
detect.enabled = false;
|
||||
ffmpeg.inputs = [{
|
||||
path = "rtsp://admin:ocu?u3Su@192.168.1.147/cam/realmonitor?channel=2&subtype=0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue