We have reports of users who haven’t had issues before suddenly having black bars cropping out some of their camera feed in the Jitsi session both top and bottom similar to an HD movie dimensions.
When going into settings, the full camera feed is showing without the cropping.
You can check it by opening chrome://webrtc-internals in a tab before you join the conference. After joining, you’ll see 2 peer connections there: 1 for the p2p connection and one for the bridge connection. Find the active one by checking there is media flowing (bytes move) in the send SSRCs.
If you expand the video SSRC you’ll see something like image below:
The highlighted properties indicate if the resolution was cropped due to bandwidth or CPU limitations.
I can repro this on meet.jit.si using Chrome Canary 77.0.3850.0. It’s solely a display issue (if you click around and/or go to tile view it disappears). Others are not able to reproduce on Canary.
I have tried testing with some users in the latest version of Chrome, not Canary and they can’t seem to find a way to resolve this by clicking around or changing between tile view.
So are we thinking this is an issue that will be resolved with updates to Chrome and it’s Chrome related not Jitsi?
Thanks for your help @Boris_Grozev in troubleshooting and reproducing. I wasn’t able to reproduce it on my end.