Skip to content

obs-irl-source 1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:40
· 1 commit to master since this release

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

  1. Close OBS.
  2. Extract the zip into your OBS Studio install folder (usually C:\Program Files\obs-studio). The DLLs land in obs-plugins\64bit.
  3. Start OBS.

macOS (Apple Silicon)

  1. Close OBS.

  2. Extract the zip into ~/Library/Application Support/obs-studio/plugins/.

  3. 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"
    
  4. Start OBS.

Linux

  1. Close OBS.
  2. Extract the tarball into ~/.config/obs-studio/plugins/.
  3. 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

  • video: show nothing when the stream ends (757d21a)

Bug fixes

  • version: update project version to 1.2.0 (f30c3ce)
  • network: stop handing librist a byte count as buffer_size (0053e09)
  • video: clear the stale frame before restarting the receiver (9d4ce27)

Build and CI

  • release: generate a changelog for tagged releases (6e43326)

Full changelog: v1.1.1...v1.2.0