Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.15 KB

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

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!