Vulcast Vertical Canvas - OBS plugin for vertical streaming
|
Some checks are pending
Build Windows DLL / build-windows (push) Waiting to run
- Changed CANVAS_NAME to 'Vulcast Vertical' - Changed OBS_MODULE_AUTHOR to 'Vulcast' - Replaced all Aitum UI branding (logo, buttons, links) - Removed api.aitum.tv version check - Removed aitum-stream-suite/aitum-multistream module checks - Updated all locale files (9 languages) - Updated build metadata (buildspec.json, resource.rc.in, CMakeLists.txt) - Updated resources.qrc prefix from /aitum to /vulcast - Added GitHub Actions workflow for Windows build - Added BUILD-WINDOWS.md with build instructions Licensed under GPL-2.0 (unchanged from upstream). |
||
|---|---|---|
| .github/workflows | ||
| build-aux | ||
| cmake | ||
| data | ||
| media | ||
| .gitignore | ||
| audio-wrapper-source.c | ||
| audio-wrapper-source.h | ||
| BUILD-WINDOWS.md | ||
| buildspec.json | ||
| CMakeLists.txt | ||
| CMakePresets.json | ||
| config-dialog.cpp | ||
| config-dialog.hpp | ||
| display-helpers.hpp | ||
| file-updater.c | ||
| file-updater.h | ||
| hotkey-edit.cpp | ||
| hotkey-edit.hpp | ||
| LICENSE | ||
| multi-canvas-source.c | ||
| multi-canvas-source.h | ||
| name-dialog.cpp | ||
| name-dialog.hpp | ||
| obs-websocket-api.h | ||
| projector.cpp | ||
| projector.hpp | ||
| qt-display.cpp | ||
| qt-display.hpp | ||
| README.md | ||
| resource.rc.in | ||
| resources.qrc | ||
| scenes-dock.cpp | ||
| scenes-dock.hpp | ||
| source-tree.cpp | ||
| source-tree.hpp | ||
| sources-dock.cpp | ||
| sources-dock.hpp | ||
| transitions-dock.cpp | ||
| transitions-dock.hpp | ||
| TRANSLATIONS.md | ||
| version.h.in | ||
| vertical-canvas.cpp | ||
| vertical-canvas.hpp | ||
Vertical Canvas for OBS Studio
Plugin for OBS Studio to add vertical canvas by
Aitum
Support
Currently supported distributions can be found at:
- Aitum Website: https://aitum.tv/vertical
- GitHub: https://github.com/Aitum/obs-vertical-canvas
- Flatpak: https://github.com/flathub/com.obsproject.Studio.Plugin.VerticalCanvas
For support, please see our troubleshooter: https://l.aitum.tv/vh
If this does not solve your issue, please use the relevant channel on our Discord server.
Build
- In-tree build
- Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
- Check out this repository to UI/frontend-plugins/vertical-canvas
- Add
add_subdirectory(vertical-canvas)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