frigate: Update to 0.12.0, enable WebRTC

This commit is contained in:
Erwin Boskma 2023-04-09 23:20:19 +02:00
parent b5f212ae08
commit 9d9a968404
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg
2 changed files with 5 additions and 1 deletions

View file

@ -59,6 +59,10 @@ go2rtc:
reolink_sub: reolink_sub:
# - rtsp://admin:{FRIGATE_DOORBELL_PASSWORD}@10.0.0.31/h264Preview_01_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} - 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: cameras:
deurbel: deurbel:

View file

@ -25,7 +25,7 @@ in
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
frigate = { frigate = {
autoStart = true; autoStart = true;
image = "ghcr.io/blakeblackshear/frigate:0.12.0-rc1"; image = "ghcr.io/blakeblackshear/frigate:0.12.0";
ports = [ ports = [
"5000:5000" "5000:5000"
"8554:8554" # RTSP feeds "8554:8554" # RTSP feeds