This is an experimental release of VNC Plugin for OBS Studio.
Changes in 0.6.2-1
- Re-generate a signed installer for Windows.
Changes in 0.6.2
- macOS: Combine Intel and Apple Silicon packages into one.
- Updated build flow to follow my other plugins' flow.
- Avoids bmalloc gets size zero even if libvncserver requires to allocate zero-length memory.
- Fixed compilation error on EPEL 9.
- Upgraded the bundled libraries.
- Ubuntu: Also builds for OBS Studio 31. For Windows and macOS, the released package should work for OBS Studio 28 to 32.
Limitation
- Not all binaries are tested.
- Windows: 0.6.1 was tested with OBS Studio 30.2.0-rc1.
- macOS: Version 0.6.2 was tested with OBS 32.0 on Apple M2 and Rosetta.
- Ubuntu: Version 0.6.2 was tested on Ubuntu 24.04.
- Fedora: Version 0.6.2 was tested on Fedora 41.
- For macOS on Apple Silicon, macOS 14 or later is required.
- For macOS on Intel CPU, macOS 13 or later is required.
Install
Click your OS name to expand to show details.
Windows
OBS Studio 28.0 or later
Download obs-vnc-0.6.2-1-obs28-Windows-Installer.exe and run it.
Download obs-vnc-0.6.2-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.
macOS
OBS Studio 28 or later on Apple Silicon
Download installer obs-vnc-0.6.2-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-vnc-0.6.2-obs28-macos-arm64.zip and follow this guide to extract.
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 28.0 or later on Ubuntu 22.04 or later
Download package obs-vnc-0.6.2-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-vnc-0.6.2-obs28-ubuntu-22.04-x86_64.deb
OBS Studio 31.1 or later on Ubuntu 24.04
Download package obs-vnc-0.6.2-obs31-ubuntu-24.04-x86_64.deb and install with a command below.
sudo apt install ./obs-vnc-0.6.2-obs31-ubuntu-24.04-x86_64.deb
PPA for Ubuntu 22.04 and 24.04
Alternatively, the plugin is also available on PPA.
sudo add-apt-repository ppa:norihiro/plugins-for-obs-studio
sudo apt update
sudo apt install vnc-plugin-for-obs
Fedora
RPM repository is available.sudo dnf copr enable kamae/obs-studio-plugins
sudo dnf install obs-studio-plugin-vnc