From 67e5eea2fa6696ec0ee15680b5bcd401e1a220f9 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 4 Sep 2025 06:31:16 -0600 Subject: [PATCH] Add item to FAQ about stream distortion --- docs/docs/configuration/live.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 35d401a67..7948ad700 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -251,3 +251,7 @@ Note that disabling a camera through the config file (`enabled: False`) removes 6. **I have unmuted some cameras on my dashboard, but I do not hear sound. Why?** If your camera is streaming (as indicated by a red dot in the upper right, or if it has been set to continuous streaming mode), your browser may be blocking audio until you interact with the page. This is an intentional browser limitation. See [this article](https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide#autoplay_availability). Many browsers have a whitelist feature to change this behavior. + +7. **My camera streams have lots of visual artifacts / distortion.** + + Some cameras don't include the hardware to support multiple connections to the high resolution stream, and this can cause unexpected behavior. In this case it is recommended to [restream](../restream.md) the high resolution stream so that it can be used for live view and recordings.