frigate: Enable WebRTC
This commit is contained in:
parent
6597a88762
commit
bcfc142119
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue