We’re noticing severe flickering and color issues when trying to render more than one video. When the Firefox user is the only participant, the video renders fine. However, once there is more than one participant, the local user’s video becomes black and white and starts to flicker. Everyone else’s videos start to flicker as well. The flickering is quite intense and currently makes Firefox unusable.
One odd detail is that only on Firefox, the Shadow DOM appears to have a black background. I’m not sure if this contributes to the flickering, but it seemed worth mentioning. This background isn’t coming from our CSS; the videos are on top of it and (aside from the flickering and color issue) seem to render properly.
Initialization settings we’re currently using:
{
enforceMultipleVideos: { disableRenderLimits: true },
enforceVirtualBackground: true,
stayAwake: false,
patchJsMedia: true,
leaveOnPageUnload: true
}
I tried setting enforceVirtualBackground to false, but that did not resolve the issue.
CaptureVideoOption settings:
{
mirrored: true,
hd: false,
};
We’re on Video SDK 2.1.5 (web). I suspect a missing or incorrect setting for the local video or initialization, but so far I haven’t found anything that resolves the problem.
We have been testing on Firefox OSX 134.0.