docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Jitsi Meet on Docker

Results 309 docker-jitsi-meet issues
Sort by recently updated
recently updated
newest added
trafficstars

Added support for using secrets to store passwords and secrets. The file `/etc/cont-init.d/02-load-secrets`, added to the base image, fetches the secrets from `/run/secrets/` and stores them as new environment variables...

When JIBRI broadcasts to YouTube, the window `Meeting name should not contain any of these characters: blablabla` appears. I attach a screenshot. There are only six English letters in the...

Using a nginx reverse proxy and trying to replace content with nginx sub_filter directive, GZIP must be disabled (as uncompressed streams between servers is best anyways, as the outward facing...

In some places we currently configure just one: https://github.com/jitsi/docker-jitsi-meet/blob/95af77896d8c9e27c91c69846aa5aab1f0d74452/jicofo/rootfs/defaults/jicofo.conf#L137 https://github.com/jitsi/docker-jitsi-meet/blob/88bb1bccd09231766f94e7ef2dd3eb977e446a72/jigasi/rootfs/defaults/sip-communicator.properties#L120 https://github.com/jitsi/docker-jitsi-meet/blob/f40a8d56adce68666f4a1e18638f0fde37d39ea8/jicofo/rootfs/etc/services.d/jicofo/run#L6 etc.

After enabeling statistics in .env ``` COLIBRI_REST_ENABLED=1 ``` in sip-communicator.properties ``` echo "org.jitsi.videobridge.ENABLE_STATISTICS=true" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties echo "org.jitsi.videobridge.STATISTICS_TRANSPORT=muc,colibri" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties echo "org.jitsi.videobridge.STATISTICS_INTERVAL=5000" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties cp .jitsi-meet-cfg/jigasi/sip-communicator.properties .jitsi-meet-cfg/jvb/sip-communicator.properties ``` BUT ``` root@jitsi:jitsi...

Self-Hosting Guide - Docker - Step 3 Set strong passwords in the security section options of .env file by running the following bash script. the sh file can't be executed...

Followed instrructions here: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker Ran `docker-compose up` Get this output: ``` docker-jitsi-meet-stable-6826-jicofo-1 | INFO: Started ServerConnector@2bc9a775{HTTP/1.1, (http/1.1)}{0.0.0.0:8888} docker-jitsi-meet-stable-6826-jicofo-1 | Jan 25, 2022 2:32:42 AM org.eclipse.jetty.server.Server doStart docker-jitsi-meet-stable-6826-jicofo-1 | INFO: Started...

The Docker version is os by web or phone access it defaults. but it not works by javascript invoke interface. lib-jitsi-meet API (low level) can not open the meet and...

I don't know that video frame rate configuration is possible or not in the latest jitsi-meet video bridge. The default video frame rate seems 30 in the latest jitsi-meet. I...

Currently the `DOCKER_HOST_ADDRESS` only accepts one value, which most often will be an IPv6 address. In our dual stack configuration, we also would like to announce the public IPv6 address...