[Camera Support]: Dahua TIOC HDW3849 - Siren stopped working when switched to Frigate #13510
-
Describe the problem you are havingI am having an issue with the siren not firing via API or web interface on my Dahua TIOC HDW3849. I believe this is because the cameras support two-way audio and the siren is blocked. See #6077 Adding #backchannel=0 to the mainstream solves the issue. Is there any way I can have two-way talk enabled via the frigate-hass-card and have backchannel=0 set? For example, maybe I can configure Frigate to deliver video via channel 0 (mainstream) and audio via channel 2 (substream 2)? The siren uses channel 0. I trigger the sirens via the Dahua Home Assistant integration based on switch and/or automation. Version0.14.1-f4f3cfa What browser(s) are you using?Safari Frigate config filehttps://pastebin.com/in6XRyqx Relevant Frigate log outputN/A Relevant go2rtc log outputN/A FFprobe output from your cameraInput #0, rtsp, from 'rtsp://admin:redacted@192.168.178.201':
Metadata:
title : Media Server
Duration: N/A, start: 0.128000, bitrate: N/A
Stream #0:0: Video: h264 (Main), yuvj420p(pc, bt470bg/bt470bg/bt709, progressive), 3840x2160, 15 fps, 15 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 8000 Hz, mono, fltp Frigate statsNo response Operating systemOther Linux Install methodDocker Compose Object DetectorCoral Network connectionWired Camera make and modelDahua TIOC HDW3849 Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Add another steam to the list without backchannel=0 |
Beta Was this translation helpful? Give feedback.
Ok, I'm an idiot. Turns out you can only have a total of 1x backchannel per camera, not per stream.
I have both a substream and mainstream configured. I disabled the backchannel on my substream, then used Nick's recommended config above. Everything is working now. Two-way audio and the built-in siren.
Final config:
@NickM-27 I also added…