jibri: switch to PulseAudio
Using PulseAudio means no longer needing to mount /dev/snd/ which should make deploying Jibri much easier. Credits: https://github.com/openfun/jibri-pulseaudio https://community.jitsi.org/t/tip-pulseaudio-support-for-jibri/65780 https://github.com/kpeiruza/jitsi-images
This commit is contained in:
@@ -18,8 +18,9 @@ ARG CHROMEDRIVER_MAJOR_RELEASE=102
|
||||
COPY rootfs/ /
|
||||
|
||||
RUN apt-dpkg-wrap apt-get update && \
|
||||
apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri procps jitsi-upload-integrations jq && \
|
||||
apt-dpkg-wrap apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" jibri libgl1-mesa-dri procps jitsi-upload-integrations jq pulseaudio dbus dbus-x11 rtkit && \
|
||||
/usr/bin/install-chrome.sh && \
|
||||
apt-cleanup
|
||||
apt-cleanup && \
|
||||
adduser jibri rtkit
|
||||
|
||||
VOLUME /config
|
||||
|
||||
Reference in New Issue
Block a user