docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

no audio with more than 2 participants

Open sid-spector opened this issue 1 year ago • 3 comments

What happened?

Hello,

we have configured and deployed jitsi on a kubernetes cluster hosted on digitalocean. The whole setup is exposed behind a nginx proxy server that is configured to proxy UDP connections to the JVB pod.

We have tested the UDP network setup and all the UDP connections are being proxied correctly.

The running configuration include:

ENABLE_XMPP_WEBSOCKET: 'false' PUBLIC_URL: <publi url> JVB_ADVERTISE_IPS: <public ip> DOCKER_HOST_ADDRESS: <public ip>

Untill we have two partecipants there is no problem, if the third partecipant logs in we start seeing on the logs:

JVB 2024-06-03 23:34:18.604 INFO: [286] [confId=3f6b56384cb09841 [email protected] meeting_id=db84e9e3 epId=f7cda133 stats_id=Deontae-co1 local_ufrag=9uhhn1hvg0cggb ufrag=9uhhn1hvg0cggb] Agent.triggerCheck#1727: Add peer CandidatePair with new reflexive address to checkList: CandidatePair (State=Frozen Priority=7961802290715688959):                                                                       
LocalCandidate=candidate:1 1 udp 2130706431 10.244.1.81 10000 typ host                                                                                                                                           RemoteCandidate=candidate:10009 1 udp 1853751551 10.244.0.169 41784 typ prflx                                                                                                                              JVB 2024-06-03 23:34:18.606 INFO: [286] [confId=3f6b56384cb09841 [email protected] meeting_id=db84e9e3 epId=f7cda133 stats_id=Deontae-co1 local_ufrag=9uhhn1hvg0cggb ufrag=9uhhn1hvg0cggb] Connectivit │
│ yCheckClient.processResponse#401: Received a non-symmetric response for pair: 10.244.1.81:10000/udp/host -> 10.244.0.169:37433/udp/prflx (stream-f7cda133.RTP). Failing.

With:

  • 10.244.0.169 being the nginx ingress internal IP
  • 10.244.1.81 being the jvb pod ip address.

Any suggestion ?

Thank you very much!

Platform

  • [ ] Chrome (or Chromium based)
  • [ ] Firefox
  • [ ] Safari
  • [ ] Other desktop browser
  • [ ] Android browser
  • [ ] iOS browser
  • [ ] Electron app
  • [ ] Android mobile app
  • [ ] iOS mobile app
  • [ ] Custom app using a mobile SDK

Browser / app / sdk version

1.3.8

Relevant log output

No response

Reproducibility

  • [ ] The problem is reproducible on meet.jit.si

More details?

No response

sid-spector avatar Jun 03 '24 21:06 sid-spector