Jibri | ffmpeg alsa no bsnoop device problem

backup your /etc/jitsi/jibri/config.json and switch to unstable jibri: rm -rf /etc/apt/sources.list.d/jitsi-stable.listapt-get purge jibrish -c “echo ‘deb https://download.jitsi.org unstable/’ > /etc/apt/sources.list.d/jitsi-unstable.list”apt-get -y updateapt-get -y install jibri

LIQUIDSOAP | output.alsa stuttering

Use output.alsa in unbuffered mode. To prevent scratching sounds on start (sound devices buffer is not empty on start) do system(“aplay -d 1 -q silence.wav”) at the beginning of your script. It replaces the buffer remnants witch silence.