Plugin for OBS Studio to make sources available to record via a filter
https://obsproject.com/forum/resources/source-record.1285/
-
In-tree build
- Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
- Check out this repository to plugins/source-record
- Add
add_subdirectory(source-record)
to plugins/CMakeLists.txt - Rebuild OBS Studio
-
Stand-alone build (Linux only)
- Verify that you have package with development files for OBS
- Check out this repository and run
cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build