OBS Studio: Difference between revisions
imported>Wackbyte m Wackbyte moved page OBS to OBS Studio: the software is actually called OBS Studio (and the package is too), oops |
imported>Wackbyte add a brief description and a link to their website |
||
Line 1: | Line 1: | ||
[https://obsproject.com/ OBS Studio] is free and open source software for video recording and live streaming, licensed under the GNU GPLv2 license. | |||
=== Using the Virtual Camera === | === Using the Virtual Camera === | ||
Revision as of 01:01, 11 February 2022
OBS Studio is free and open source software for video recording and live streaming, licensed under the GNU GPLv2 license.
Using the Virtual Camera
The virtual camera requires the v4l2loopback
kernel module to be installed, like so:
{ config, ... }:
{
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
}