Skip to content

Use your iPhone camera as a video source in OBS Studio and stream high quality video from your iPhone's camera over USB

License

Notifications You must be signed in to change notification settings

wtsnz/obs-ios-camera-source

Repository files navigation

obs-ios-camera-source

Use your iPhone camera as a video source in OBS Studio and stream high quality video from your iPhone's camera over USB.

Build status Build Status

To use this you use the accompanying iOS app to begin streaming in OBS.

Downloads

Binaries for Windows and Mac are available in the Releases section.

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

  • The entire obs-websockets project for providing a stella example of an obs plugin build pipeline!