-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bandwith calculation between Client and JVB fail #443
Comments
The issue is caused by a bug while parsing the legacy syntax version of a certain section in the the downloaded webclient configuration ( The core issue is filed at jitsi/docker-jitsi-meet#1318, together with a workaround and the analysis. By applying the workaround at the end of the For the POC, I added the lines
at the end of the BTW: Setting it to |
ToDo: Update the ConfigServlet (https://github.com/igniterealtime/openfire-pade-plugin/blob/main/src/java/org/jivesoftware/openfire/plugin/ofmeet/ConfigServlet.java) to meet the new syntax and semantics of |
Said that Video is disabled on joining the conference, a few moment after a Video stream (Cam or Screenshare) is started the first time the own connection indicator drops becomes gray and the Connection Quality value in the corresponding popup vanishes. At the client of all other members, the Connection Indicator for the participant drops to "red" and Quality is "bad".
This unfortunately isn't just a cosmetic bug: The RX/TX connection bandwith between the the participants client and the JVB isn't updated anymore and is treated much to low in the most cases. This will lead to the fact, that video quality is very low or the bridge even disables further video transmission ("bandwith to low").
The text was updated successfully, but these errors were encountered: