frigate: Enable WebRTC

This commit is contained in:
Erwin Boskma 2023-04-19 09:32:36 +02:00
parent 6597a88762
commit bcfc142119
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU
2 changed files with 8 additions and 1 deletions

View file

@ -45,6 +45,10 @@ objects:
- person
- cat
birdseye:
enabled: True
mode: continuous
ffmpeg:
hwaccel_args: preset-vaapi
output_args:
@ -77,3 +81,5 @@ cameras:
input_args: preset-rtsp-restream
roles:
- detect
live:
stream_name: reolink

View file

@ -27,7 +27,8 @@ in
autoStart = true;
image = "ghcr.io/blakeblackshear/frigate:0.12.0";
ports = [
"5000:5000"
"1984:1984" # go2rtc
"5000:5000" # Frigate
"8554:8554" # RTSP feeds
"8555:8555/tcp" # WebRTC over tcp
"8555:8555/udp" # WebRTC over udp