💾 Archived View for zaney.org › resources › articles › v4l2loopback-jitsi.gmi captured on 2023-09-28 at 15:44:26. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-08)
-=-=-=-=-=-=-
__ __ ______ ______ __ /\ \ /\ \ /\__ _\ /\ ___\ /\ \ _\_\ \ \ \ \ \/_/\ \/ \ \___ \ \ \ \ /\_____\ \ \_\ \ \_\ \/\_____\ \ \_\ \/_____/ \/_/ \/_/ \/_____/ \/_/
This is a simple fix, but to save you time searching reddit here it is.
For Jitsi to work and detect it you need to set exclusive_caps=1
sudo modprobe -r v4l2loopback sudo modprobe v4l2loopback exlusive_caps=1
or for persistant past reboots config:
edit or add: /etc/modprobe.d/v4l2loopback.conf
add line: options v4l2loopback exclusive_caps=1
This is also a fix for video calling in Element
Hope this helped!