From 27567b49db89b704d556817f010ee4c49325bed1 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 30 Jan 2024 05:14:53 -0700 Subject: [PATCH] Update go2rtc debug tip (#9463) 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. :::