From aa1c0ded62b7049909a57d2712f6ca7826f79630 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 3 Oct 2025 06:41:43 -0500 Subject: [PATCH] more docs clarity --- docs/docs/configuration/live.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 313137591..79802b371 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -250,6 +250,7 @@ Note that disabling a camera through the config file (`enabled: False`) removes - Check go2rtc configuration for transcoding (e.g., audio to AAC/OPUS). - Test with a different stream via the UI dropdown (if `live -> streams` is configured). - For WebRTC-specific issues, ensure port 8555 is forwarded and candidates are set (see (WebRTC Extra Configuration)(#webrtc-extra-configuration)). + - If your cameras are streaming at a high resolution, your browser may be struggling to load all of the streams before the buffering timeout occurs. Frigate prioritizes showing a true live view as quickly as possible. If the fallback occurs often, change your live view settings to use a lower bandwidth substream. 3. **It doesn't seem like my cameras are streaming on the Live dashboard. Why?**