mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
try
This commit is contained in:
parent
e99867fe09
commit
c8548cef8d
1 changed files with 4 additions and 4 deletions
|
|
@ -19,11 +19,11 @@ in
|
|||
rtsp.listen = ":8554";
|
||||
webrtc.listen = ":8555";
|
||||
streams = {
|
||||
doorbell = "rtsp://admin:ocu%3Fu3Su@192.168.1.167/cam/realmonitor?channel=1&subtype=0";
|
||||
#doorbell = "rtsp://admin:ocu%3Fu3Su@192.168.1.167/cam/realmonitor?channel=1&subtype=0";
|
||||
living_room = "rtsp://admin:ocu%3Fu3Su@192.168.1.147/cam/realmonitor?channel=1&subtype=0";
|
||||
kitchen = "rtsp://admin:ocu%3Fu3Su@192.168.1.147/cam/realmonitor?channel=2&subtype=0";
|
||||
parking_lot = "rtsp://admin:ocu%3Fu3Su@192.168.1.194/cam/realmonitor?channel=1&subtype=0";
|
||||
porch = "rtsp://admin:ocu%3Fu3Su@192.168.0.43/cam/realmonitor?channel=1&subtype=0";
|
||||
#porch = "rtsp://admin:ocu%3Fu3Su@192.168.0.43/cam/realmonitor?channel=1&subtype=0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -34,7 +34,7 @@ in
|
|||
# vaapiDriver = "i965"; # Haswell only supports H.264, not HEVC
|
||||
settings = {
|
||||
mqtt.enabled = false;
|
||||
# ffmpeg.hwaccel_args = "preset-vaapi"; # Disabled - camera uses HEVC which Haswell can't decode
|
||||
ffmpeg.hwaccel_args = "preset-cpu"; # Haswell can't decode HEVC
|
||||
|
||||
record = {
|
||||
enabled = true;
|
||||
|
|
@ -46,7 +46,7 @@ in
|
|||
};
|
||||
cameras = {
|
||||
doorbell = {
|
||||
enabled = true;
|
||||
enabled = false; # Camera offline
|
||||
detect.enabled = false;
|
||||
ffmpeg.inputs = [{
|
||||
path = "rtsp://127.0.0.1:8554/doorbell";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue