diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index e7db71634..cd227f313 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -18,6 +18,13 @@ You can access the go2rtc webUI at `http://frigate_ip:5000/live/webrtc` which ca ### Birdseye Restream Birdseye RTSP restream can be enabled at `birdseye -> restream` and accessed at `rtsp://:8554/birdseye`. Enabling the restream will cause birdseye to run 24/7 which may increase CPU usage somewhat. +``` +birdseye: + enabled: True + mode: continuous + restream: true +``` + ### Securing Restream With Authentication