@marcus87 wrote:
Hi,
i have a dlink dcs 932L camera. I’ve configured ffmpeg_noise to use the audio stream. The noise notification works for about a minute. After that, the sensor stays in clear state. If i do ffmpeg.restart, the noise detection is working again for about one minute. If i run ffmpeg manually, the last line i see is
size=N/A time=00:01:05.52 bitrate=N/A speed=1.15x
This line stays forever unchanged. I have to type ctrl+c to abort ffmpeg.
When i play the stream via vlc the stream ends after 1 min and 5 seconds, too.
What can i do to solve this problem?
My ffmpeg comand is:
ffmpeg -i 'http://username:password@192.168.140.10/audio.cgi' -vn -filter:a silencedetect=n=-10dB:d=1 -f null -
My platform configuration is this:
binary_sensor: - platform: ffmpeg_noise input: 'http://username:password@192.168.140.10/audio.cgi'
Posts: 1
Participants: 1