jitsi / docker-jitsi-meet

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

Strophe: Websocket closed unexcectedly Websocket closed unexcectedly #1814

Open cod3r0k opened 1 month ago

cod3r0k commented 1 month ago

Hi,

I followed the step-by-step installation instructions over IP, but after running docker compose up -d, I can't connect to the room, and I encounter the following error. I want to use it on a local private network.

This is my landing page of room which say you must wait ... URL: https://192.168.142.131/xxx#config.startWithAudioMuted=false&config.startWithVideoMuted=true image

and errors: image

docker logs 1 (jitsi/web:stable-9457-2): image

docker logs 2 (jitsi/jvb:stable-9457-2): image

docker logs 3 (jitsi/jicofo:stable-9457-2) image

docker logs 4 ( jitsi/prosody:stable-9457-2) image

cod3r0k commented 1 month ago

I added 'https://192.168.142.131/' as the public_url, and it was resolved. However, I am facing a new problem. When two or more users log into the room, the webcam and audio are neither displayed nor heard. There are many errors in the console:

2024-05-29T05:45:01.996Z [modules/RTC/BridgeChannel.js] <526/_handleChannel/e.onclose>:  Channel closed: 1001 endpoint closed [Logger.js:155:26](webpack://JitsiMeetJS/node_modules/@jitsi/logger/lib/Logger.js)
WebRTC: ICE failed, add a STUN server and see about:webrtc for more details
2024-05-29T05:45:20.702Z [modules/RTC/BridgeChannel.js] <526/_handleChannel/e.onclose>:  Channel closed: 1001 endpoint closed [Logger.js:155:26](webpack://JitsiMeetJS/node_modules/@jitsi/logger/lib/Logger.js)
WebRTC: ICE failed, add a STUN server and see about:webrtc for more details
2024-05-29T05:45:38.657Z [modules/RTC/BridgeChannel.js] <526/_handleChannel/e.onclose>:  Channel closed: 1001 endpoint closed
saghul commented 1 month ago

Please share your .env file and the full JS console logs.