I have a Sercomm (ADT) DBC835 Doorbell that I reset and configured to my WiFi. I have RTSP and audio working with go2rtc, but I’m trying to get two-way audio working.
From what I can tell in the web UI; it uses NetSurveillance ActiveX for viewing. I can get audio files to the camera using a curl command such as the one below.
but the DVRIP go2rtc integration will not work as the camera only has 80, 443 and 6789 ports open. Is there any debugging I can do to try and get the two-way audio working?
Image attached with the docs on how two-way audio works.
I have a Sercomm (ADT) DBC835 Doorbell that I reset and configured to my WiFi. I have RTSP and audio working with go2rtc, but I’m trying to get two-way audio working.
From what I can tell in the web UI; it uses NetSurveillance ActiveX for viewing. I can get audio files to the camera using a curl command such as the one below.
curl -vv --data-binary @sample.wav http://username:password@10.0.1.42/img/g711u.cgi
but the DVRIP go2rtc integration will not work as the camera only has 80, 443 and 6789 ports open. Is there any debugging I can do to try and get the two-way audio working?
Image attached with the docs on how two-way audio works.