ct-Open-Source / ct-Open-Source/team-container
Update causes that the picture is dropped after a couple of time in case of using screen sharing in conferences with more than 8 partipients
- Dominant language
- HTML
- Stars
- 116
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/jitsi/jitsi-meet/issues/7227)
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Jitsi Videobridge configuration template containing the existing `videobridge { ... }` block and review how it is rendered into `jvb.conf`. Confirm the setting needed for the reported bandwidth suspension workaround, then verify that the generated configuration includes it and that the container deployment still starts successfully.
Written by the indexing model from the issue text.
Assessment
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100