Add and share OBS setups in just a few clicks — with the Marketplace Connect plugin, anyone can stream and produce like a pro. It powers up your OBS workflows, so you can get right to the good stuff.
To build the plugin locally, you will need the following installed.
- Windows 10, or higher
- Visual Studio 17 2022
- CMake 3.30.5
Please note, Marketplace Connect for OBS is currently only available on Windows.
Note
The plugin uses the OBS plugin template. For more information, please refer to the OBS Project's wiki.
Once all system requirements are installed, follow these steps to build the project and get started with developing.
- In the project's root folder, run
cmake --preset windows-x64
— this will download the build dependencies and set up a Visual Studio project file in thebuild_x64
directory. - Open
build_x64/elgato-marketpalce-connect.sln
within Visual Studio to edit and build the project.
Alternatively, cmake
can build the project directly with the command cmake --build --preset windows-x64
.
- Learn more about the template this project is build on in the OBS Plugin Template Wiki.
- Read about debugging the project within OBS.
Tip
When debugging with Variant 2: Add Plugin To OBS Studio Project, you will need to add the plugin
, plugin-support
, and elgato-marketplace-connect-loader
projects to the solution.
This project is licenced under GPL-2.0, and conforms with the requirements outlined by the OBS Project.