From 0a127ef24d3bf2eb37b559f862d0633b2b1411ce Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 27 Oct 2022 06:39:58 -0600 Subject: [PATCH] Update docs to be more clear --- docs/docs/configuration/live.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 50880a4bc..f47a8aa4c 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -18,10 +18,10 @@ Live view options can be selected while viewing the live stream. The options are ### webRTC extra configuration webRTC works by creating a websocket connection on extra ports. Requirements for webRTC to work: -* A viable port must be accessible, so one of the following must be true: - * Frigate is run with `network_mode: host` to support automatic UDP port pass through. +* Frigate is run with `network_mode: host` to support automatic UDP port pass through locally and remotely. See https://github.com/AlexxIT/go2rtc#module-webrtc for more details +* Frigate is run with `network_mode: bridge` and has: * Port `8555` is port forwarded to port `8555` on the frigate device. -* For local webRTC, you will need to create your own go2rtc config: + * For local webRTC, you will need to create your own go2rtc config: ```yaml webrtc: