dougg3 / 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
https://obs.camera/
GNU General Public License v2.0
49 stars 18 forks source link

obs-ios-camera-source Linux branch

This is a fork of obs-ios-camera-source that supports Linux.

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

Downloads

Ubuntu 24.04 (and possibly other distros), 22.04, 20.04, and 18.04

(Confirmed working on Manjaro as of 06 Oct 2022 by @seffyroff)

Go to the releases section of this repository and download the latest release. After downloading, place the zip file in your home directory and run:

unzip plugin-ubuntu-*.zip

You must have the unzip package installed for this to work: sudo apt install unzip.

Building

Ubuntu 24.04/22.04/20.04/18.04

Note for Ubuntu 18.04 users: this plugin now requires a newer version of CMake than what was bundled originally. Either use the premade binaries, or upgrade your CMake.

Fedora 36

Arch

Note: Depending on how OBS is installed, SteamOS users may need to explicitly install ffmpeg in addition to the above mentioned prerequisites should they encounter compilation errors around missing libavcodec:

  • sudo pacman -S ffmpeg

Other distros

Special thanks