AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
5.05k stars 401 forks source link

Sercomm Two Way Audio #760

Open Blueion76 opened 11 months ago

Blueion76 commented 11 months ago

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. image

AlexxIT commented 11 months ago

Theoretically this could be implemented. But I don't have this device and time.