Merge pull request #1207 from dermotduffy/popups

Add troubleshooting entry to disable title popups
This commit is contained in:
Dermot Duffy
2023-06-19 20:47:00 -06:00
committed by GitHub
+15
View File
@@ -4005,6 +4005,21 @@ live:
mode: none mode: none
``` ```
### Title "Popups" are annoying / continually popping up
Title popups can be disabled for live or media viewer views with this configuration:
```yaml
live:
controls:
title:
mode: none
media_viewer:
controls:
title:
mode: none
```
### Microphone / 2-way audio doesn't work ### Microphone / 2-way audio doesn't work
There are many requirements for 2-way audio to work. See [Using 2-way There are many requirements for 2-way audio to work. See [Using 2-way