docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Jitsi Meet on Docker
I have followed the below blog to setup Jitsi and Jibri in aws ec2 ubuntu 18.04. Jitsi is working fine but not able to record the meeting. below are the...
I installed jitsi server with docker compose on server with public ip without nat. When 2 people connected - all is good. When more then 2 - no audio/video, warning...
My Jitsi Meet instance has video performance problems and none of the provided workarounds by google worked. My server has plenty of resources left, so I don't think the server...
Hello guys, I am trying to disable the welcome page editing the following file: docker-jitsi-meet-stable-8922-1/web/rootfs/defaults/settings-config.js {{ $ENABLE_WELCOME_PAGE := .Env.ENABLE_WELCOME_PAGE | default "true" | toBool -}} // Welcome page. config.enableWelcomePage =...
websocket connection xmpp-websocket failed.
Hi, Please help me fix this, I am having trouble on how to fix this. When we are creating a room then if someone joins, this always happen.  Thank...
Hey! I've been trying to setup my own deployment behind a NGINX reverse proxy, but for some reason I can't get the clients to establish a WebRTC connection (or some...
I'm running Jitsi in Docker behind a reverse proxy (NGINX). All necessary configs have been added strictly according to the documentation: ``` location /xmpp-websocket { proxy_pass https://localhost:8443; proxy_http_version 1.1; proxy_set_header...
APP_NAME should be available as an environment variable so that it can be used in docker-compose or k8s.