Greetings friends :) In short MS teams works via chrome on openbsd7.2 for me except for the camera.
(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. Firefox has a range of other issues and various workarounds that work for some don't work on my testing. 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. It's reported that on Linux one can do this via: ``` apt install v4l2loopback-dkms modprobe v4l2loopback ffmpeg -f v4l2 -i /dev/video0 -vf format=yuv420p,scale=1280x720 -f v4l2 /dev/video1 ``` Would someone know the steps to do this on OpenBSD (if possible)?