From a4c650b9623396cafda1f80e4aa4f1ea3553a2de Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 27 Jan 2024 06:52:02 -0700 Subject: [PATCH] Update go2rtc debug tip closes https://github.com/blakeblackshear/frigate/issues/9187 --- docs/docs/configuration/restream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index 15fddb45c..74baf365e 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -11,7 +11,7 @@ Frigate uses [go2rtc](https://github.com/AlexxIT/go2rtc/tree/v1.8.4) to provide :::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. +You can access the go2rtc stream info at `http://frigate_ip:5000/api/go2rtc/streams` which can be helpful to debug as well as provide useful information about your camera streams. :::