nanosonde

Results 68 comments of nanosonde

@Sunoo I have read your suggested options. The issue we should consider for option 2 and 3 is that we need some kind of handshake BEFORE the actual ffmpeg process...

``` @startuml Plugin -> Script: Request Prepare Resource Script--> Plugin : ACK Plugin --> Plugin : Use resource (e.g. audio device as input device in ffmpeg) Plugin -> Script: Request...

What I would like to do is use an existing SIP command line client to handle the SIP communication with two-way audio. As I do not want to maintain the...

BTW: I am not sure if we need an ACK during shutdown. It will be called AFTER the ffmpeg process is finished. So no delay is necessary here.

> > > Maybe someone will be useful. I use this option to implement two-way audio with SIP intercom https://github.com/spbroot/sipdoorbell (Homebridge-camera-ffmpeg + Baresip + ALSA loopback). Which SIP intercom are...

> > > @spbroot Nice, if you share how you did your setup somewhere, I can add the instructions to the project site. Couldn't the HTTP calls to answer and...

xknx now has data secure support: https://github.com/XKNX/xknx/blob/main/xknx/secure/data_secure.py

I can confirm this for RaspberryMatic-2.27.7.20170316. In /usr/local/etc/config/rc.d/hm2mqtt I changed the path to if [ -x "/opt/java/bin/java" ]; then JAVA_BIN=/opt/java/bin/java /opt/java is a symbolic link to /opt/java-azul