fix: Cache 2-way audio detection to avoid re-probing (#2716)

- Closes: #2299
This commit is contained in:
Dermot Duffy
2026-08-28 21:23:49 -07:00
committed by GitHub
parent 8ee69be58b
commit fb53681978
3 changed files with 179 additions and 39 deletions
+5
View File
@@ -30,6 +30,11 @@ If detection never succeeds for a camera, the `go2rtc` stream itself may not
offer 2-way audio -- see
[`go2rtc` live provider configuration](../configuration/cameras/live-provider.md?id=go2rtc).
Detection requires `go2rtc` to connect to the camera, so a successful result is
cached by the card for 5 minutes rather than detected again every time the card
loads. Reload your browser after changing the `go2rtc` configuration to have the
card detect changes immediately.
## Example configuration
```yaml