Improve live view console errors (#20340)

* improve live view console errors

* more docs clarity
This commit is contained in:
Josh Hawkins
2025-10-03 07:37:18 -05:00
committed by GitHub
parent d818dbb6ba
commit 658b0a064c
3 changed files with 11 additions and 4 deletions

View File

@@ -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?**