mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed stale ips
This commit is contained in:
parent
1d0e1f736a
commit
e4e5ac629c
1 changed files with 4 additions and 4 deletions
|
|
@ -65,11 +65,11 @@ in
|
||||||
ffmpeg = {
|
ffmpeg = {
|
||||||
inputs = [
|
inputs = [
|
||||||
{
|
{
|
||||||
path = "rtsp://admin:ocu?u3Su@192.168.0.60/cam/realmonitor?channel=1&subtype=0";
|
path = "rtsp://admin:ocu?u3Su@192.168.0.59/cam/realmonitor?channel=1&subtype=0";
|
||||||
roles = [ "record" ];
|
roles = [ "record" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
path = "rtsp://admin:ocu?u3Su@192.168.0.60/cam/realmonitor?channel=1&subtype=1";
|
path = "rtsp://admin:ocu?u3Su@192.168.0.59/cam/realmonitor?channel=1&subtype=1";
|
||||||
roles = [ "detect" ];
|
roles = [ "detect" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
@ -79,11 +79,11 @@ in
|
||||||
ffmpeg = {
|
ffmpeg = {
|
||||||
inputs = [
|
inputs = [
|
||||||
{
|
{
|
||||||
path = "rtsp://admin:ocu?u3Su@192.168.0.108/cam/realmonitor?channel=1&subtype=0";
|
path = "rtsp://admin:ocu?u3Su@192.168.0.43/cam/realmonitor?channel=1&subtype=0";
|
||||||
roles = [ "record" ];
|
roles = [ "record" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
path = "rtsp://admin:ocu?u3Su@192.168.0.108/cam/realmonitor?channel=1&subtype=1";
|
path = "rtsp://admin:ocu?u3Su@192.168.0.43/cam/realmonitor?channel=1&subtype=1";
|
||||||
roles = [ "detect" ];
|
roles = [ "detect" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue