-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jitsi meet not working using helm after joining two or more people #119
Comments
Hello @sushantpatil12! Can you please edit your original message and use triple backticks (```) around the |
I have same issue. Here is my values.yaml file:
Also I tried to add this options:
But issue was still present Also I use traefik IngressRouteUDP:
Here is my JVB pod logs: |
Hello @Tlmonko! Judging by the log you've attached, it looks like the JVB is unable to reach the client with UDP replies. Can you verify that Traefik really routes the UDP datagrams to JVB properly and sends the replies back to the user as well? I had a similar problem when I used the |
@sushantpatil12, can you please try deploying Jitsi Meet with these values for JVB? jvb:
UDPPort: 32768
stunServers: >-
meet-jit-si-turnrelay.jitsi.net:443,stun1.l.google.com:19302,stun2.l.google.com:19302,stun3.l.google.com:19302,stun4.l.google.com:19302
useHostPort: true
useNodeIP: true This way JVB's data port will be exposed via the |
Title: Audio and Video Not Working for Third Participant in Jitsi Meet Deployment via Helm
Description:
We have deployed Jitsi Meet using Helm. All the necessary services like jitsi-web and jvb have been created with the necessary pods. We exposed the web service via Ingress and are able to create meetings for two participants without any issues. However, when a third participant joins the meeting, the audio and video stop working.
Below is the values.yml file we used for the deployment. Please advise if any changes need to be made to the values.yml to resolve this issue.
yaml
The text was updated successfully, but these errors were encountered: