From 7fcff5c3cf7b6bb724f385da182a76071beaed2c Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Fri, 21 Mar 2025 19:45:01 -0300 Subject: [PATCH] Update live.md with /addon_configs --- docs/docs/configuration/live.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index a6dfca9e9..86a061006 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -106,7 +106,7 @@ WebRTC works by creating a TCP or UDP connection on port `8555`. However, it req - For external access, over the internet, setup your router to forward port `8555` to port `8555` on the Frigate device, for both TCP and UDP. - For internal/local access, unless you are running through the HassOS addon, you will also need to set the WebRTC candidates list in the go2rtc config. For example, if `192.168.1.10` is the local IP of the device running Frigate: - ```yaml title="/config/config.yaml" + ```yaml title="/addon_configs/ccab4aaf_frigate/config.yaml" go2rtc: streams: test_cam: ...