Screen Sharing is heavily scaled down in chrome with upload bandwith < 2mbit/s.
I updated our jitsi-meet-web to 1.0.4535-1 today from 1.0.4502-1. The screen sharing resolution is heavily reduced / scaled down if the user who shares has < 2mbit/s upload bandwith. If we use the firefox, the screen share resolution is not downscaled. (1680x1050 -> 400x200~)
I could not reproduce it, with more than 5mbit/s upload bandwith.
A downgrade to the old version immediately fixed the issue for us.
The screen share should be adaptive, but in a meaning that you can read some text.
The screen share should be adaptive, but at this amount of downscaling it is unusable because you cant read something.
In our tests, it downscaled a 1680x1050 monitor resolution to around 400x200~ screen share resolution.
Are you seeing the issue with jitsi-meet-web 1.0.4538-1 ? Also, do you set the config.js option testting.capScreenshareBitrate to 1 ?
@jallamsetty1 Thanks for the quick fix, its working fine now :-).
Hello @jallamsetty1
I can reproduce this bug in jitsi-meet-web 1.0.4556-1 (Debian Buster unstable release).
Shouldn't this be fixed in that version?
The upload bandwith played no role for my tests.
Chrome: 87.0.4280.66
OS: Ubuntu 20.10 Groovy
Thanks
Robert
Hello @jallamsetty1
I can reproduce this bug in jitsi-meet-web 1.0.4556-1 (Debian Buster unstable release).
Shouldn't this be fixed in that version?The upload bandwith played no role for my tests.
Chrome: 87.0.4280.66
OS: Ubuntu 20.10 GroovyThanks
Robert
If you are reproducing the same behavior, it could be a different issue. Can you describe the issue in more detail, how many users and your config.js settings w.r.t testing.capScreenshareBitrate ? Does this work on a previous version of Chrome with the same jitsi-meet version ?
Thanks for the fast reply, @jallamsetty1
We tested this issue with several users (2-5 in one conference). It seems that only Linux Users with the current version of Chrome (87.0.4280.66) are affected.
Mac and Windows Users such as Linux users with older Chrome versions were not affected.
I attached my config.js
config_js.txt
Thanks in advance
Robert
Thanks for the fast reply, @jallamsetty1
We tested this issue with several users (2-5 in one conference). It seems that only Linux Users with the current version of Chrome (87.0.4280.66) are affected.
Mac and Windows Users such as Linux users with older Chrome versions were not affected.
I attached my config.js
config_js.txtThanks in advance
Robert
Thanks for confirming that it is a chrome M87 bug affecting only Linux. Will you be able to capture a screenshot of the send resolution for the participant reproducing the issue so that we can file a bug with chrome ?
Hi @jallamsetty1
We can reproduce this on another Jitsi setup with version 1.0.4545-1, thanks to @TheReal1604 for helping us!
We recorded the screen, have a look at: https://youtu.be/HN7GEAIWpyo
The Client was using Chrome: 87.0.4280.66 and Ubuntu 20.10 Groovy in this Video.
Thank you for your help
Hi @jallamsetty1
any news on this?
Best
Robert
For the record: adding "DISABLE_VIDEO_BACKGROUND: true," to /usr/share/jitsi-meet/interface_config.js solved the issue
Fore more info, see: https://community.jitsi.org/t/screen-share-flickering-in-chrome-83-on-windows-on-many-machines/68277/9
Thanks again to @TheReal1604 who brought this to my attention!