From c0bf69b4bff6e420d8f9c65c83b56641f55ee7d6 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 8 Feb 2023 20:26:38 -0700 Subject: [PATCH] add note about go2rtc webui (#5430) --- docs/docs/configuration/restream.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index 655aee272..a1c82d514 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -9,6 +9,12 @@ Frigate can restream your video feed as an RTSP feed for other applications such Frigate uses [go2rtc](https://github.com/AlexxIT/go2rtc) to provide its restream and MSE/WebRTC capabilities. The go2rtc config is hosted at the `go2rtc` in the config, see [go2rtc docs](https://github.com/AlexxIT/go2rtc#configuration) for more advanced configurations and features. +:::note + +You can access the go2rtc webUI at `http://frigate_ip:5000/live/webrtc` which can be helpful to debug as well as provide useful information about your camera streams. + +::: + ### 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.