docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Jitsi Meet on Docker
I have docker installed with jitsi, jibri etc. I had the very smooth recording start and also the end meeting. But when I start the same meeting again , then...
I was tearing my hair out for a bit since I couldn't start my development Jitsi set up using `docker compose up`—i.e., using the new `compose` command added to the...
Hello, I was wondering is this a bug or recording the conference when jwt tokens are enabled (also empty tokens are disallowed because it's a requirement for our deployment) doesn't...
For example, in Kubernetes it would be normal to run containers with such directives: ``` securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL readOnlyRootFilesystem: true ``` Various DevSecOps tools check these...
resolves #306
Saw this error in my console logs when trying to start a chat with more than 2 members "Failed to resume media transfer over the JVB connection error the queue...
I have checked the master branch of jibri. According to the source code, "PjsuaClient.kt", it will cal pjsua.sh and the pjsua.sh will further execute pjsua program. However, I cannot find...
I would like to have an option to create users per demand to be moderators on the sessions via composer or some args. I run jitsi on ECS and the...
hello we use our jitsi in combination with mattermost. only the users of mattermost (jwt) are able to start a channel but if the channel is open of course still...
Procedures to replicate on Ubuntu 20.04 server: 1. git pull 2. cp env.example .env 3. ./gen-passwords.sh 4. mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri} 5. docker-compose up and you find yourself with loops of...