Go to file
Exeldro c0b501c81a
Some checks failed
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
Support OBS 31 obs_frontend_get_user_config
2024-09-17 09:56:05 +02:00
.github Fix linux build (#4) 2024-08-02 08:28:00 +02:00
build-aux use new plugin template (#1) 2024-06-13 17:43:54 +02:00
cmake Make installer not auto append obs-studio when selecting directory 2024-07-11 14:02:21 +02:00
data/locale split MainOutputNotActive warning 2024-08-07 12:05:49 +02:00
media Add kick icon 2024-07-16 15:59:53 +01:00
.clang-format initial commit 2024-06-13 11:58:07 +02:00
.cmake-format.json use new plugin template (#1) 2024-06-13 17:43:54 +02:00
.gitignore Small refactor, fix in tree build on macos, add warning for no vertical 2024-07-15 12:52:34 +01:00
buildspec.json bump version 2024-08-09 16:16:46 +02:00
CMakeLists.txt Hide show on focus with stream keys 2024-07-31 21:58:25 +01:00
CMakePresets.json Try fix mac build 2024-06-14 13:38:13 +02:00
config-dialog.cpp remove appearance icon warning 2024-08-26 12:08:12 +02:00
config-dialog.hpp remove appearance icon warning 2024-08-26 12:08:12 +02:00
config-utils.cpp make tiktok detection less strict 2024-08-01 13:03:42 +02:00
config-utils.hpp Add support aitum button 2024-07-31 14:02:47 +01:00
file-updater.c use new plugin template (#1) 2024-06-13 17:43:54 +02:00
file-updater.h initial commit 2024-06-13 11:58:07 +02:00
LICENSE initial commit 2024-06-13 11:58:07 +02:00
multistream.cpp Support OBS 31 obs_frontend_get_user_config 2024-09-17 09:56:05 +02:00
multistream.hpp Fix crash vertical outputs dereferenced 2024-07-31 12:02:07 +02:00
output-dialog.cpp Hide show on focus with stream keys 2024-07-31 21:58:25 +01:00
output-dialog.hpp Validate output name unique 2024-07-31 11:08:09 +02:00
README.md initial commit 2024-06-13 11:58:07 +02:00
resource.rc.in initial commit 2024-06-13 11:58:07 +02:00
resources.qrc Add kick icon 2024-07-16 15:59:53 +01:00
stream-key-input.cpp Hide show on focus with stream keys 2024-07-31 21:58:25 +01:00
stream-key-input.hpp Hide show on focus with stream keys 2024-07-31 21:58:25 +01:00
TRANSLATIONS.md initial commit 2024-06-13 11:58:07 +02:00
version.h.in initial commit 2024-06-13 11:58:07 +02:00

Aitum Multistream for OBS Studio

Plugin for OBS Studio to add Aitum logo Aitum

Build

  • In-tree build
  • 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