jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.04k stars 1.36k forks source link

Can join meeting and invite people but can not see or listen to them. Please help me with that. #1751

Open aimedey19 opened 7 months ago

aimedey19 commented 7 months ago

env variables

JICOFO_COMPONENT_SECRET=pass JICOFO_AUTH_PASSWORD=pass JVB_AUTH_PASSWORD=pass JIGASI_XMPP_PASSWORD=pass JIBRI_RECORDER_PASSWORD=pass JIBRI_XMPP_PASSWORD=pass HTTP_PORT=8000 HTTPS_PORT=8443 TZ=Africa/Porto-Novo XMPP_DOMAIN=meet.jitsi XMPP_SERVER=srv-jitsi-prosody XMPP_BOSH_URL_BASE=http://srv-jitsi-prosody:5280 XMPP_AUTH_DOMAIN=auth.meet.jitsi XMPP_MUC_DOMAIN=muc.meet.jitsi XMPP_INTERNAL_MUC_DOMAIN=internal-muc.meet.jitsi XMPP_GUEST_DOMAIN=guest.meet.jitsi XMPP_MODULES= XMPP_MUC_MODULES= XMPP_INTERNAL_MUC_MODULES= JVB_BREWERY_MUC=jvbbrewery JVB_AUTH_USER=jvb JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443 JVB_PORT=10000 JVB_TCP_HARVESTER_DISABLED=true JVB_TCP_PORT=4443 JICOFO_AUTH_USER=focus JIGASI_XMPP_USER=jigasi JIGASI_BREWERY_MUC=jigasibrewery JIGASI_PORT_MIN=20000 JIGASI_PORT_MAX=20050 XMPP_RECORDER_DOMAIN=recorder.meet.jitsi JIBRI_RECORDER_USER=recorder JIBRI_RECORDING_DIR=/config/recordings JIBRI_FINALIZE_RECORDING_SCRIPT_PATH=/config/finalize.sh JIBRI_XMPP_USER=jibri JIBRI_BREWERY_MUC=jibribrewery JIBRI_PENDING_TIMEOUT=90 JIBRI_STRIP_DOMAIN_JID=muc JIBRI_LOGS_DIR=/config/logs PUBLIC_URL=https://jitsi-public

aimedey19 commented 7 months ago

I tested with two devices connected to the same wifi and it worked. And then I sent the link to a friend, he could join but we never heard nor saw each other.

saghul commented 7 months ago

Are you using the standard docker compose setup or did you customize it in any way?

aimedey19 commented 7 months ago

I used caprover to deploy it as one click app

saghul commented 7 months ago

I have no idea what that is, sorry.

realies commented 6 months ago

I'm having the same issue, PUBLIC_URL and JVB_ADVERTISE_IPS are configured correctly. WS connections work fine.

hoahv20 commented 4 months ago

@realies What type of IPs should I fill in JVB_ADVERTISE_IPS? Thanks

saghul commented 4 months ago

The IP address that remote end point can connect to for audio / video. Generally speaking they are the public IP of the server.