homebridge-camera-ui icon indicating copy to clipboard operation
homebridge-camera-ui copied to clipboard

Two-Way Audio

Open seydx opened this issue 3 years ago • 6 comments

The current implementation is old and experimental.

I plan to rewrite this and find a simpler way to make two-way audio more accessible.

seydx avatar Jan 25 '22 06:01 seydx

I got a eufy IndoorCam Mini so if you need access let me know.

jhaleit avatar Jan 25 '22 08:01 jhaleit

I've got 3x Vstarcam C7824WIP and 1x Vstarcam C24S. APIs are the same. Two way audio works through their native app. I can give you access to play with it if you wish.

Thanks

teymur1988 avatar Jan 27 '22 09:01 teymur1988

I have a hacked Yi Camera (MStar/BFUS). The way that it works is by sending a raw audio sample request to a shell script file, which is then played on the camera's built-in speakers. It would be great if I could use this, perhaps by taking user voice inputs and transcribing it into a raw audio file that can be sent to the camera's IP address.

squishycat92 avatar Feb 06 '22 20:02 squishycat92

Have a Dahua VTO Doorbell with 2 way audio.

frizby66 avatar Feb 09 '22 15:02 frizby66

Just a hint: I have recently started to add 2-way audio support for SIP-based video doorbell cameras here: https://github.com/Sunoo/homebridge-camera-ffmpeg/pull/1253

Maybe it could be integrated here as well.

The audio streams are directly negotiated between the plugins ffmpeg instances and the video doorbell.

nanosonde avatar Feb 11 '22 16:02 nanosonde