You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
and errors:
docker logs 1 (jitsi/web:stable-9457-2):
docker logs 2 (jitsi/jvb:stable-9457-2):
docker logs 3 (jitsi/jicofo:stable-9457-2)
docker logs 4 ( jitsi/prosody:stable-9457-2)
The text was updated successfully, but these errors were encountered:
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
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
and errors:
docker logs 1 (jitsi/web:stable-9457-2):
docker logs 2 (jitsi/jvb:stable-9457-2):
docker logs 3 (jitsi/jicofo:stable-9457-2)
docker logs 4 ( jitsi/prosody:stable-9457-2)
The text was updated successfully, but these errors were encountered: