Installation
One archive per platform, and it works on OBS 32.1 and newer. The plugin bundles its own FFmpeg and libsrt, so there is no longer a separate download per OBS version.
Windows
- Close OBS.
- Extract the zip into your OBS Studio install folder (usually
C:\Program Files\obs-studio). The DLLs land inobs-plugins\64bit. - Start OBS.
macOS (Apple Silicon)
-
Close OBS.
-
Extract the zip into
~/Library/Application Support/obs-studio/plugins/. -
The binary is not signed or notarized, so clear the quarantine flag once:
xattr -dr com.apple.quarantine "$HOME/Library/Application Support/obs-studio/plugins/obs-irl-source" -
Start OBS.
Linux
- Close OBS.
- Extract the tarball into
~/.config/obs-studio/plugins/. - Start OBS.
The build bundles its own media stack but still links your distribution's libobs, and it is built against Ubuntu's. On other distributions, or if OBS does not load it, build from source instead (see the README).
Verify downloads against sha256sums.txt.
What's changed
Features
- controls: let a bot restart a stalled stream over obs-websocket (
575c05a)
Bug fixes
- settings: apply property edits on OK instead of on every keystroke (
35a0e5e)
Other changes
- 1.3.1 (
64d3717)
Full changelog: v1.3.0...v1.3.1