Skip to content

OBS Command Source 0.5.0

Latest
Compare
Choose a tag to compare
@norihiro norihiro released this 17 Apr 09:30
· 6 commits to main since this release
0.5.0
8263133

This is a new release of Command Source for OBS Studio.

Changes at 0.5.0

  • (Non-Windows) Fixed the recording does not stop while a subprocess created by this plugin is running.
  • (Fedora) Build RPM packages for Fedora 38 and 39.
  • (Fedora) Changed RPM packages name to obs-studio-plugin-command-source to comply the package guideline.
  • Script: Rewrote tools/request-websocket.py for obs-websocket-5.

Limitation

  • Not all binary packages were tested.
    • Windows: never tested.
    • MacOS: never tested.
    • Ubuntu: 0.3.1 was tested tested on Ubuntu 22.04. The source code was also tested on CentOS 8 and CentOS 9 Stream.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27 or later

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

Or, download obs-command-source-0.5.0-obs27-Windows-Installer.exe and execute it.
The author does not recommend installer since the installer is not signed so that some anti-virus software might alarm.

macOS

OBS Studio 27 on Intel mac

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

OBS Studio 28 or later

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

Ubuntu

OBS Studio 27 on Ubuntu

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

OBS Studio 28 or later on Ubuntu

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