docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Jitsi Meet on Docker
Hi there, I was trying to attach those two domains to my jitsi meet docker installation. The relationship between those domains is `xyz.cdn` pointed to `abc.example` by CNAME. * abc.example...
Hello, I installed jitsi with a quick installation, all components are working but I can’t connect to the room. SSl is not pulled. I even raised a virtual machine for...
Hi, I think i managed to get jigasi working with my sip provider. Now i try to make inbound and outbound calls to another sip account: try to connect from...
Straight from git clone; i get the following error when : make all `make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C base-java build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/base-java ....
Hi All, I have installed Ubuntu 18,04 container on Linux server host, Following the guide installed the docker-jistsi-meet on ubuntu container , Here is my .env file  commented the...
I am hosting a jitsi Server and use this docker configuration. The only settings i've changed: enabled authentication and renamed the instance + translated the names for Guests. All in...
In the env file used to configure docker-compose services there is a `JVB_TCP_MAPPED_PORT` variable which is not documented. I would have thought it was for mapping the videobridge to a...
Hey, first of all i want to thank you for this GREAT open-source software. We are using ldap for user-authentication. To make our users lifes easier, i'd like to set...
why do we need to configure NAT_HARVESTER_PUBLIC_ADDRESS (using DOCKER_HOST_ADDRESS) behind NAT, if the org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES is already configured (using JVB_STUN_SERVERS) with "stun.l.google.com:19302,stun1.l.google.com:19302,stun2.l.google.com:19302"? shouldn't the stun servers already discover the real address...