diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index 24f8bf2c7..7f4c73717 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -17,7 +17,11 @@ 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 RTSP restream can be accessed at `rtsp://:8554/birdseye`. Enabling the birdseye restream will cause birdseye to run 24/7 which may increase CPU usage somewhat. +```yaml +birdseye: + restream: true +``` ### Securing Restream With Authentication