Managing sound and video settings during Teams meetings and calls for optimal communication
Hi @lakes,
Thank you for detailed information you posted.
The detailed summary related to the video corruption issue you're encountering in the Microsoft Teams PWA is very much appreciated. Having access to the specific error logs and the version comparison between Edge 145 and 146 allows for a much deeper look into the root cause.
The information you shared suggests a regression in the browser's Inter-Process Communication (IPC) layer, specifically regarding how shared memory is brokered between the V4L2 capture pipeline and the background processing service. The failed global descriptor lookup error typically indicates that when background blur or virtual backgrounds are enabled, the browser is unable to correctly map the video buffer into the secure sandbox. This results in the corrupted data logs because the background segmentation process is receiving incomplete or incorrectly addressed memory segments.
Because this is reproducible across multiple hardware devices but resolved by downgrading, it show that a software-side regression within the version 146 update. In the meantime, you can find relief by launching Edge via the terminal using specific flags to bypass certain shared memory or hardware acceleration paths:
-
microsoft-edge --disable-features=WebRtcRemoteVideoDecoderSharedMemory -
microsoft-edge --ozone-platform=x11(This tests if the issue is specific to the Wayland buffer implementation)
It is also helpful to use the built-in feedback tool (Alt+Shift+I) to submit these findings. Including the snippet from v4l2_capture_delegate.cc will be important for the engineering team to identify the exact change in the Chromium codebase that triggered this behavior.
Please let me know if any of those flags restore your camera functionality during your meetings.
I appreciate your contribution and understanding.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.