Releases: norihiro/obs-vnc
OBS VNC Plugin 0.6.1
This is an experimental release of VNC Plugin for OBS Studio.
Changes in 0.6.1
- Added error and information messages to OBS Studio log file.
- This will be helpful to debug when seeing an error
rfbInitClient failed
.
- This will be helpful to debug when seeing an error
Limitation
- Not all binaries are tested.
- Windows: 0.5.0 was tested with OBS Studio nightly (only checked the plugin is loaded without errors).
- macOS: Version 0.5.0 was tested with OBS 30.0 on Apple M2.
- Ubuntu: Version 0.5.0 was tested on Ubuntu 22.04.
- For macOS on Apple Silicon, macOS 14 or later is required.
- For macOS on Intel CPU, macOS 12 or later is required.
Install
Click your OS name to expand to show details.
Windows
OBS Studio 28 or later
Download obs-vnc-0.6.1-obs28-Windows.zip
and extract to your OBS Studio installed directory.
See install instruction for detailed steps.
macOS
OBS Studio 28 or later on Intel mac
Download installer obs-vnc-0.6.1-obs28-macos-x86_64.pkg
and run installer.
Or, download zip package obs-vnc-0.6.1-obs28-macos-x86_64.zip
and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Download installer obs-vnc-0.6.1-obs28-macos-arm64.pkg
and run installer.
Or, download zip package obs-vnc-0.6.1-obs28-macos-arm64.zip
and follow this guide to extract.
Ubuntu
OBS Studio 28 or later on Ubuntu 22.04 or later
Download package obs-vnc-0.6.1-obs28-ubuntu-22.04-x86_64.deb
and install with a command below.
sudo apt install ./obs-vnc-0.6.1-obs28-ubuntu-22.04-x86_64.deb
OBS VNC Plugin 0.6.0
This is an experimental release of VNC Plugin for OBS Studio.
Changes in 0.6.0
- [Windows only] Shorten the connection timeout from 60 seconds to 10 seconds. Also made the timeout configurable by a property.
- [Non-Windows] Reconnect immediately when some properties are changed.
- Added a reconnect button on the properties dialog.
- Added a property to clear the texture when losting connection to the server.
Limitation
- Not all binaries are tested.
- Windows: 0.5.0 was tested with OBS Studio nightly (only checked the plugin is loaded without errors).
- macOS: Version 0.5.0 was tested with OBS 30.0 on Apple M2.
- Ubuntu: Version 0.5.0 was tested on Ubuntu 22.04.
- For macOS on Apple Silicon, macOS 14 or later is required.
- For macOS on Intel CPU, macOS 12 or later is required.
Install
Click your OS name to expand to show details.
Windows
OBS Studio 28 or later
Download obs-vnc-0.6.0-obs28-Windows.zip
and extract to your OBS Studio installed directory.
See install instruction for detailed steps.
macOS
OBS Studio 28 or later on Intel mac
Download installer obs-vnc-0.6.0-obs28-macos-x86_64.pkg
and run installer.
Or, download zip package obs-vnc-0.6.0-obs28-macos-x86_64.zip
and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Download installer obs-vnc-0.6.0-obs28-macos-arm64.pkg
and run installer.
Or, download zip package obs-vnc-0.6.0-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 or later on Ubuntu 22.04 or later
Download package obs-vnc-0.6.0-obs28-ubuntu-22.04-x86_64.deb
and install with a command below.
sudo apt install ./obs-vnc-0.6.0-obs28-ubuntu-22.04-x86_64.deb
OBS VNC Plugin 0.5.0
This is an experimental release of VNC Plugin for OBS Studio.
Changes in 0.5.0
- Switched build environment to GitHub Actions from Azure Pipeline.
- Added macOS on Apple Silicon as the supported platform.
- Dropped supporting OBS Studio 27 and earlier versions. Now the required version is OBS Studio 28.0.0 or later.
Limitation
- Not all binaries are tested.
- Windows: 0.5.0 was tested with OBS Studio nightly (only checked the plugin is loaded without errors).
- macOS: Version 0.5.0 was tested with OBS 30.0 on Apple M2.
- Ubuntu: Version 0.5.0 was tested on Ubuntu 22.04.
- For macOS on Apple Silicon, macOS 14 or later is required.
- For macOS on Intel CPU, macOS 12 or later is required.
Install
Click your OS name to expand to show details.
Windows
OBS Studio 28 or later
Download obs-vnc-0.5.0-obs28-Windows.zip
and extract to your OBS Studio installed directory.
See install instruction for detailed steps.
macOS
OBS Studio 28 or later on Intel mac
Download installer obs-vnc-0.5.0-obs28-macos-x86_64.pkg
and run installer.
Or, download zip package obs-vnc-0.5.0-obs28-macos-x86_64.zip
and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Download installer obs-vnc-0.5.0-obs28-macos-arm64.pkg
and run installer.
Or, download zip package obs-vnc-0.5.0-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 or later on Ubuntu 22.04 or later
Download package obs-vnc-0.5.0-obs28-ubuntu-22.04-x86_64.deb
and install with a command below.
sudo apt install ./obs-vnc-0.5.0-obs28-ubuntu-22.04-x86_64.deb
0.5.0-rc4
0.5.0-rc3
OBS VNC Source 0.4.0
This is a minor release of OBS VNC Source.
Changes
- Send SendFramebufferUpdateRequest based on
skip_update_*
properties so that the data from VNC server will be reduced. This feature might not work correctly when connecting to Screen Sharing on macOS. - Binaries are signed and packages are notarized (macOS only)
Install
Windows
Download obs-vnc-0.4.0-Windows.zip
(provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.
MacOS
Download obs-vnc-0.4.0-macos.dmg
(provided below) and copy obs-vnc
to plugins
folder.
Or, you can download obs-vnc-0.4.0-macos.zip
and extract under /Library/Application Support/obs-studio/plugins
.
Linux
For Ubuntu, download obs-vnc_1-0.4.0-1_amd64.deb
and install it.
For other distribution, compile from source.
Limitation
- The user name is available only in macOS binary. Ubuntu and Windows binaries are not compiled with the user name. If you build from source, the user name is enabled if your libvncclient has SASL.
- OpenSSL for 32-bit Windows is not enabled.
OBS VNC Source 0.3.1
This is a minor release of OBS VNC Source.
Changes
- Added a user name property (available for MacOS) (#18)
- Suppressed log messages (#17)
- Added a property to defer connection, to disconnect at hidden or inactive (#17)
Install
Windows
Download obs-vnc-0.3.1-Windows.zip
(provided below) and extract to your OBS Studio installed directory.
MacOS
Download obs-vnc-0.3.1-macos.dmg
(provided below) and copy obs-vnc
to plugins
folder.
Or, you can download obs-vnc-0.3.1-macos.zip
and extract in /Library/Application Support/obs-studio/plugins
.
Linux
For Ubuntu, download obs-vnc_1-0.3.1-1_amd64.deb
and install it.
For other distribution, compile from source.
Limitation
- The user name is available only in MacOS binary. Ubuntu and Windows binaries are not compiled with the user name. If you build from source, the user name is enabled if your libvncclient has SASL.
- OpenSSL for 32-bit Windows is not enabled.
OBS VNC Source 0.3.0
This is a minor release of OBS VNC Source.
Changes
- Implemented mouse and keyboard interaction
- Added a property to change color depth
Install
Windows
Download obs-vnc-0.3.0-Windows.zip
(provided below) and extract to your OBS Studio installed directory.
MacOS
Download obs-vnc-0.3.0-macos.dmg
(provided below) and copy obs-vnc
to plugins
folder.
Or, you can download obs-vnc-0.3.0-macos.zip
and extract in /Library/Application Support/obs-studio/plugins
.
Linux
For Ubuntu, download obs-vnc_1-0.3.0-1_amd64.deb
and install it.
For other distribution, compile from source.
Limitation
- OpenSSL for 32-bit Windows is excluded.
OBS VNC Source 0.2.2
This is a minor release of OBS VNC Source.
Changes
- Fixed an issue #7.
- Removed unnecessary LF from log.
Install
Windows
Download obs-vnc-0.2.2-windows.zip
(provided below) and extract to your OBS Studio installed directory.
MacOS
Download and run obs-vnc-0.2.2-Unsigned.pkg
(provided below).
Or, you can download obs-vnc-0.2.2-macos.zip
and extract in /Library/Application Support/obs-studio/plugins
.
Linux
Compile from source.
Limitation
- OpenSSL for 32-bit Windows is excluded.
0.2.1
This is a minor release of OBS VNC Source.
Changes
- Fixed an issue #6 for MacOS.
There is no changes for Linux and Windows.
Install
Windows
Download obs-vnc-0.2.1-windows.zip
(provided below) and extract to your OBS Studio installed directory.
MacOS
Download and run obs-vnc-0.2.1-Unsigned.pkg
(provided below).
Or, you can download obs-vnc-0.2.1-macos.zip
and extract in /Library/Application Support/obs-studio/plugins
.
Linux
Compile from source.
Limitation
- OpenSSL for 32-bit Windows is excluded since CMake try to link 64-bit library.