docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Jitsi Meet on Docker
branch: master docker-jitsi-meet-jicofo-1 | Jicofo 2022-02-28 16:11:36.491 INFO: [68] [[email protected] meeting_id=281cd05b-71bb-4d7c-8b60-cd9e24c2a89a] TranscriberManager.selectTranscriber#182: Attempting to invite transcriber docker-jitsi-meet-jicofo-1 | Jicofo 2022-02-28 16:11:36.492 SEVERE: [68] Main.lambda$main$0#52: An uncaught exception occurred in thread=Thread[pool-7-thread-1,5,main]...
I have added the option to be able to set a max number of occupants into a room via the docker jitsi-meet.cfg.lua template file. It keys off if a user...
Comments from https://github.com/jitsi/jibri/blob/master/src/main/resources/reference.conf#L79-L93 preserved, though happy to remove. Env var names taken from what's in the comments, happy to change as desired. Haven't added them to `env.example` as only a...
When creating the directories with `mkdir -p ~/.jitsi-meet-cfg/{web,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri}` the directory `web/crontabs` is missing, so the command should be: `mkdir -p ~/.jitsi-meet-cfg/{web,web/crontabs,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri}` And the command for Windows should be changed accordingly
Hello! Trivy scan finds many vulnerabilities, report attached. Can you please update your base image to fix them? Thank you! [jibri_dh.txt](https://github.com/jitsi/docker-jitsi-meet/files/9188472/jibri_dh.txt)
Hi @saghul , After jvb release 7287-2 ie, in stable-7439 and stable-7439-2. the relayid shown in jicofo logs is as 0.0.0.0.  I think the relay id is being picked...
This PR adds the end conference feature (https://github.com/jitsi/jitsi-meet/pull/10838).
Deploy jitsi using docker-swarm with Traefik.
this creates 2 (maybe) new ENV variables to allow for easier VOSK integration. Per default, it is assumed GCLOUD is always used and that makes it hard(er) to set up...
I've configured the setup in AWS ECS following the steps mentioned here https://aws.amazon.com/blogs/opensource/getting-started-with-jitsi-an-open-source-web-conferencing-solution/ There are too many console errors and also errors related to **colibri-ws** websocket connection the setup is...