/HyperstreamPlugin

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Hyperstream Plugin

This plugin allows OBS to connect to your iPhone and receive video from the Hyperstream app (currently in beta).

Building

You can run the CI scripts to build it. They will clone and build OBS Studio prior to building this plugin.

./CI/install-dependencies-macos.sh
./CI/install-build-obs-macos.sh
./CI/build-macos.sh
./CI/package-macos.sh

Special thanks

  • Will Townsend, who created the original version of this plugin, to work with his OBS Camera app.
  • The entire obs-websockets project for providing a stella example of an obs plugin build pipeline!