frigate: Update to 0.12.0, enable WebRTC
This commit is contained in:
parent
b5f212ae08
commit
9d9a968404
2 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue