From ada5dff80d2414e3ec5d3d57f9eac16d57166a26 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 17 Jan 2023 10:55:50 -0300 Subject: [PATCH] Update docs/docs/configuration/live.md --- 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 0499b069d..7ee53ad21 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -76,7 +76,7 @@ cameras: WebRTC works by creating a TCP or UDP connection on port `8555`. However, it requires additional configuration: - 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, and you are running through docker, you will need to use a custom go2rtc config: +- For internal/local access, unless you are running through the add-on, you will also need to set the WebRTC candidates list in the go2rtc config: 1. Add your internal IP to the list of `candidates`. Here is an example, assuming that `192.168.1.10` is the local IP of the device running Frigate: