mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-21 09:52:38 +01:00
.github | ||
build-aux | ||
cmake | ||
data/locale | ||
media | ||
.clang-format | ||
.cmake-format.json | ||
.gitignore | ||
buildspec.json | ||
CMakeLists.txt | ||
CMakePresets.json | ||
config-dialog.cpp | ||
config-dialog.hpp | ||
config-utils.cpp | ||
config-utils.hpp | ||
file-updater.c | ||
file-updater.h | ||
LICENSE | ||
multistream.cpp | ||
multistream.hpp | ||
output-dialog.cpp | ||
output-dialog.hpp | ||
README.md | ||
resource.rc.in | ||
resources.qrc | ||
stream-key-input.cpp | ||
stream-key-input.hpp | ||
TRANSLATIONS.md | ||
version.h.in |
Aitum Multistream for OBS Studio
Plugin for OBS Studio to add Aitum
Build
- In-tree build
- Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
- Check out this repository to UI/frontend-plugins/aitum-multistream
- Add
add_subdirectory(aitum-multistream)
to UI/frontend-plugins/CMakeLists.txt - Rebuild OBS Studio
- Stand-alone build
- Verify that you have development files for OBS
- Check out this repository and run
cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build
Translations
Please read Translations