From 9891c8ee430f48e1d3b5259f0571b2b6281297cd Mon Sep 17 00:00:00 2001 From: lpdescamps Date: Sun, 1 Oct 2023 20:11:24 +0100 Subject: [PATCH] Update restream.md show the code for streaming birdseye --- docs/docs/configuration/restream.md | 7 +++++++ 1 file changed, 7 insertions(+) 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