diff --git a/modules/frigate/config.yml b/modules/frigate/config.yml index 1a9c6b8..bf5037a 100644 --- a/modules/frigate/config.yml +++ b/modules/frigate/config.yml @@ -59,6 +59,10 @@ go2rtc: reolink_sub: # - rtsp://admin:{FRIGATE_DOORBELL_PASSWORD}@10.0.0.31/h264Preview_01_sub - http://10.0.0.31/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD} + webrtc: + candidates: + - 10.0.0.205:8555 + - stun:8555 cameras: deurbel: diff --git a/modules/frigate/default.nix b/modules/frigate/default.nix index ec5d36f..4cc6227 100644 --- a/modules/frigate/default.nix +++ b/modules/frigate/default.nix @@ -25,7 +25,7 @@ in virtualisation.oci-containers.containers = { frigate = { autoStart = true; - image = "ghcr.io/blakeblackshear/frigate:0.12.0-rc1"; + image = "ghcr.io/blakeblackshear/frigate:0.12.0"; ports = [ "5000:5000" "8554:8554" # RTSP feeds