docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Jitsi Meet on Docker
I'm using Jitsi with Docker, and I encountered some challenges when trying to manage recorded conference videos. The videos are saved in a directory mounted on the Docker container, but...
gen-passwords.sh could have stronger passwords Currently ``` function generatePassword() { openssl rand -hex 16 } ``` Could be updated to: `openssl rand -hex 32` Is there any speed penalty regarding...
The `JITSI_IMAGE_VERSION` environment variable, part of `env.example`, is already made for driving images tag selection at runtime. This proposal aims at: * Using `JITSI_IMAGE_VERSION` environment variable also at build time,...
Hi. We have server behind a NAT. Added lines org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=192..... org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=18..... External users are connecting normally. But there are problems for those external users who use a proxy. They see...
Hi! Thanks for making this awesome application. ## Problem I get disconnected/am unable to connect, with the above message ## Steps to recreate 1. use domain 2. get camera feed...
Why is it that if there are more than two people, the screen sharing function cannot be used
Docker Swarm: JVB networking issue different ip address for server-id and local-address in jvb.conf
I am using Docker Swarm with an overlay network, so in the jvb.conf file, the server ID is being updated correctly, but the local address is getting updated with the...
When i set the password for the meeting and try to start recording the recording is not able to start. Jibri Logs :- `Jibri 2024-10-09 05:40:27.210 FINE: [18] WebhookClient$updateStatus$1.invokeSuspend#109: Updating...
How to manage user roles using JWT ?. All users who access using the token access as a moderator, I would like this not to be the case. I need...
This is bacially the leftovers of #1737. Since the addition of `transcriber.yaml` by @aaronkvanmeerten the main functionality from the original PR already exist. This PR simply renames the "recorder" domain...