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
We use jitsi meet in conferences up to 16 participant. Unfortunatly the last update of jitsi meet produced a new an fatal error: using screen sharing to show a static word document causes that after a couple of time the participant don't see the protocol but only the Initials of the participant who shares. After a couple of time the picture is shown, especially when the sharing participant scrolls the document so that there is some movement at the shared sceen but than, after a couple of time the picture is dropped again.
This issue appears individually to the clients, on in seeing the shared screen, the other only the initials of the participant who shares.
The logfile shows: Endpoints were suspended due to insufficient bandwidth (bwe=289721 bps): 44922749
The issure is known by the developers and mentioned here
A workaround is to add
cc { trust-bwe=false }
Inside of the existing videobridge { ... } structure in jvb.conf
So, what can be done to add this paramter to jvb.conf?
Thank you
Th W-S
The text was updated successfully, but these errors were encountered:
We use jitsi meet in conferences up to 16 participant. Unfortunatly the last update of jitsi meet produced a new an fatal error: using screen sharing to show a static word document causes that after a couple of time the participant don't see the protocol but only the Initials of the participant who shares. After a couple of time the picture is shown, especially when the sharing participant scrolls the document so that there is some movement at the shared sceen but than, after a couple of time the picture is dropped again.
This issue appears individually to the clients, on in seeing the shared screen, the other only the initials of the participant who shares.
The logfile shows:
Endpoints were suspended due to insufficient bandwidth (bwe=289721 bps): 44922749
The issure is known by the developers and mentioned here
A workaround is to add
cc { trust-bwe=false }
Inside of the existing
videobridge { ... }
structure injvb.conf
So, what can be done to add this paramter to jvb.conf?
Thank you
Th W-S
The text was updated successfully, but these errors were encountered: