This commit is contained in:
Bryan Ramos 2026-03-14 17:02:03 -04:00
parent e99867fe09
commit c8548cef8d

View file

@ -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";