nanosonde

Results 68 comments of nanosonde

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

Hi @Sunoo! Of course, please take your time. As this my first typescript/nodejs project, please forgive me. BTW: I have tested it here a couple of days and it works...

If you want to try it out quickly without having a SIP doorbell, just just use this simple SIP client for Windows for example: https://lite.phoner.de/index_en.htm If you activate the debug...

What is not implemented yet: the solution only does a direct SIP call to the doorbell. It does not issue a SIP REGISTER and it does not support authentication. This...

> @nanosonde ; this sounds like a breakthrough! have been waiting for long to support my doorbird doorbell. I'm eager to test, but fail to understand how i could import...

> Yeah I was hoping the original submitter @nanosonde would accept the suggestions into his branch so it can be merged altogether. Otherwise maybe I can look at forking his...

After investing a bit more and looking at various Homekit projects, I came to the conclusion that it is really out of scope of this plugin. So I think I...

Ok, I will close it for now.

Ah, sorry. One question that should fit in the scope of this plugin. Could you please provide a "returnAudioTarget" command line for FFMPEG which just sends the the FFMPEG output...

@Sunoo In the mean time I have read a lot about ffmpeg/gstreamer RTP, SRTP with AVP(F)/SAVP(F), ALSA, Pulseaudio, SIP, baresip and so on. My approach using ALSA loopback device and...