Go to file
Aaron Honeycutt 6136896cc7
Fix linux build (#4)
* Update runner to 24.04 as librist is only in 23.10+
* Enable linux build
* replace homebrew with linux native packages
* Add core depends

---------

Co-authored-by: Aaron Honeycutt <aaronhoneycutt@proton.me>
Co-authored-by: Exeldro <exelsor@hotmail.com>
2024-08-02 08:28:00 +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 Show vertical encoder instead of main encoder for vertical 2024-08-02 08:23:34 +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-01 17:45:27 +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 Show vertical encoder instead of main encoder for vertical 2024-08-02 08:23:34 +02:00
config-dialog.hpp Don't show video encoder index for vertical 2024-08-02 08:01:36 +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 Show vertical encoder instead of main encoder for vertical 2024-08-02 08:23:34 +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