You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can tell jibri/rootfs/defaults/jibri.conf (or the resulting /etc/jitsi/jibri/jibri.conf in the running container) end with include "custom-jibri.conf".
It appears to me one would have to place the file /etc/jitsi/jibri/custom-jibri.conf in the container which isn't possible without modifying the image.
I would expect to be able to place my custom-jibri.conf in the config directory which is mounted to /config in the container, as is done similarly for (at least) the web component.
If this is correct the include directive should change to include "/config/custom-jibri.conf".