mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add Troubleshooting for known issue to ffmpeg_noise (#20446)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
f36b96f16c
commit
fe6ca71ecb
@ -73,3 +73,17 @@ To experiment with values:
|
||||
```bash
|
||||
ffmpeg -i YOUR_INPUT -vn -filter:a silencedetect=n=-30dB:d=1 -f null -
|
||||
```
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
#### Unresponsive after a while
|
||||
|
||||
If the noise sensor becomes unresponsive, make sure you have `extra_arguments: -nostats` in the configuration.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
binary_sensor:
|
||||
- platform: ffmpeg_noise
|
||||
input: FFMPEG_SUPPORTED_INPUT
|
||||
extra_arguments: -nostats
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user