Skip to content

elgatosf/marketplace-connect-for-obs

Repository files navigation

Marketplace Connect for OBS banner

Marketplace Connect for OBS

Elgato homepage Join the Marketplace Makers Discord

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.

System Requirements

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.

Building

Once all system requirements are installed, follow these steps to build the project and get started with developing.

  1. 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 the build_x64 directory.
  2. 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.

Further Reading

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.

Licence

This project is licenced under GPL-2.0, and conforms with the requirements outlined by the OBS Project.