Skip to content

OBS Main View Source 0.2.3

Compare
Choose a tag to compare
@norihiro norihiro released this 31 Aug 16:11
· 8 commits to main since this release
0.2.3
e848b1f

This is a hotfix release of a main view source plugin for OBS Studio.

Changes at 0.2.3

  • Linux: Fixed the plugin is not loaded by OBS Studio 28.

(No changes for macOS and Windows users.)

Changes at 0.2.2

  • Linux: Fixed the source is not available on OBS Studio 27.

(No changes for macOS and Windows users.)

Changes at 0.2.1

  • Revise package for macOS.
  • Windows installer is removed.

Changes at 0.2.0

  • Support macOS on Apple Silicon.
  • Minimum required version is increased to OBS 27.
  • Build host is changed to Github Actions instead of Azure Pipeline.

Limitation

  • Not all binaries are tested.
    • Windows: 0.1.4 was tested.
    • MacOS: 0.2.0 was tested on Intel mac.
    • Ubuntu: 0.2.2 was tested with OBS Studio 27.2.4 on Ubuntu 22.04.
    • The source code is developed mainly on Fedora 35.
  • Audio of the program is not provided.
  • HDR is not supported for this release.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27 or later

Download obs-main-view-source-0.2.3-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

macOS

OBS Studio 27 on Intel mac

Download installer obs-main-view-source-0.2.3-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-main-view-source-0.2.3-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later

Download installer obs-main-view-source-0.2.3-obs28-macos-universal.pkg and run installer.
Or, download zip package obs-main-view-source-0.2.3-obs28-macos-universal.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 on Ubuntu

Download package obs-main-view-source-0.2.3-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-main-view-source-0.2.3-obs27-ubuntu-20.04-x86_64.deb

OBS Studio 28 or later on Ubuntu

Download package obs-main-view-source-0.2.3-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-main-view-source-0.2.3-obs28-ubuntu-20.04-x86_64.deb