docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Jitsi Meet on Docker
### Description: JVB is running on a single thread even though many cores are available. ### Steps to reproduce: Run the official `jitsi-meet` Docker images on a multi-core machine. ###...
Hallo, is there any way to set LastN= -1 (unlimited) to an other number by a variable in .env file? Please make it configurable.
Coturn
Based on PR163 from netaskd : https://github.com/jitsi/docker-jitsi-meet/pull/163/ - Fix prosody configuration - Fix web configuration - Fix name : turn => coturn - Update README.md
This is intended to ensure the colibri-ws passthrough for the JVB websocket only goes to the proper location
i posted here but have no answers https://github.com/jitsi/jitsi-meet/issues/10439 Thus, i will repost it here, thank you. ### Description: Hello, I am able to use start recording api calls but am...
Hello @saghul, Is there any specific reason for installing vim in the base image? ref: https://github.com/jitsi/docker-jitsi-meet/blob/81dc3849b18b734ea20c8ed9281df14353615603/base/Dockerfile#L24
Hi Gals and Gents! I have a question. Do you have some suggestion on some software or monitoring technique or a combination of both on monitoring jitsi status by actually...
@saghul Why is this variable called COLIBRI if it also enables the healthcheck endpoint (see [docs](https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest.md))? https://github.com/jitsi/docker-jitsi-meet/blob/6cf017619ec7c4c4ec11ab78a5cfec679bf897f1/jvb/rootfs/defaults/jvb.conf#L39
I personally prefer using https://podman.io instead of Docker (because containers dont' run as root, on the host; although you can still be root inside the container..), and when I tried...