FFmpeg Noise Binary Sensor: stops working after a few hours
See original GitHub issueThe problem
FFmpeg Noise Binary Sensor stops working approximately one hour after restart hass or ffmpeg service while FFmpeg Motion Binary Sensor continues to work.
Calling the service ffmpeg.restart seems to fix it temporarily.
What is version of Home Assistant Core has the issue?
core-2021.9.6
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
FFmpeg Noise
Link to integration documentation on our website
https://www.home-assistant.io/integrations/ffmpeg_noise/
Example YAML snippet
binary_sensor:
- platform: ffmpeg_noise
input: rtsp://admin:password@192.168.1.10:554//h264Preview_01_main
peak: -30
name: cry_detect
Anything in the logs that might be useful for us?
Maybe related:
2021-09-18 15:33:46 WARNING (MainThread) [haffmpeg.core] Timeout while waiting of FFmpeg
Additional information
The exact same issue was reported 4 years ago and closed without resolution: https://github.com/home-assistant/core/issues/7081
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
FFmpeg Noise Binary Sensor: stops working #7081 - GitHub
FFmpeg Noise Binary Sensor stops working in approximately one hour after restart hass or ffmpeg service while FFmpeg Motion Binary Sensor ...
Read more >FFmpeg Noise - Home Assistant
Troubleshooting. Unresponsive after a while. If the noise sensor becomes unresponsive, make sure you have extra_arguments: -nostats in the configuration.
Read more >FFMpeg noise & motion sensors : r/homeassistant - Reddit
The problem starts when i try to create ffmpeg noise and ffmpeg motion binary sensors for those feeds. As an input option im...
Read more >Affordable & Awesome Smart Baby Monitor - Tech'd Out
I've had issues where ffmpeg binary sensor would go unavailable, but it wasn't random. Happened almost immediately after I enabled it.
Read more >An Introduction to FFmpeg, DaVinci Resolve, Timelapse and ...
In this article is described how to do this: https://www.computerhope.com/issues/ch000549.htm. The following was copied from the above link: For Windows 7:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still an issue in latest HA.
For what it’s worth, I’ve added the below extra_arguments: -nostats to my sensor and it’s been rock solid for a day so far! Info obtained from the FFmpeg Noise Troubleshooting section.