On Wed, Jan 18, 2023 at 10:19:25PM +0200, Divan Santana wrote: > Greetings friends :) > > In short MS teams works via chrome on openbsd7.2 for me except for the > camera.
I was on an MS Teams meeting a few weeks ago with camera working. The main issue from my experience was the web client auto disconnecting after a while. > > (The camera with webrtc works fine for other sites, just not teams) > > The screen share too works, but not the camera. It detects the camera, > but when you try switch it on, it remains black. I've seen testing/preview camera output being just a black rectangle, but it worked in the meeting itself. I have package libv4l installed; not sure if that is involved. Otherwise, would check that everything has been set up correctly - correct permissions on /dev/video0 (rw), sysctl kern.video.record=1, and chromium running with ENABLE_WASM=1 in the environment. Do other browser-based video calls work? Can test for example with Zoom here: https://zoom.us/test > Anyway, I'm pretty sure a workaround to get teams video to work via > chrome on openbsd is to create a virtual camera with a res up to 720p > and make chrome use that (or buy another camera). It seems anything > higher, and teams has an issue with it. That seems like a painful workaround; check the above if that helps narrow down the problem.