NATIVE OUTPUT

A FoneStream source
inside OBS.

The native wrapper requires OBS with the standard obs-browser module. Match the plugin build to the OBS major ABI. The existing project verified OBS 32.0.3 on macOS Apple Silicon.

Build

See the repository’s native plugin source and build guide. A typical macOS build:

cmake -S apps/obs-plugin -B apps/obs-plugin/build -G Ninja \
  -DOBS_SOURCE_DIR=/path/to/obs-studio-32.0.3 \
  -DOBS_APP_BUNDLE=/Applications/OBS.app
cmake --build apps/obs-plugin/build

Install

macOS: copy the plugin bundle to ~/Library/Application Support/obs-studio/plugins/. Windows: place the DLL in obs-plugins/64bit with its data folder in data/obs-plugins. Linux: use your distribution’s OBS plugin directory. Restart OBS.

Add to a scene

Add PhoneStream Source (the current plugin label), paste the secure receiver URL and configure its appearance. Native source properties control this output independently. For a broader compatibility route, use Browser Source.