Skip to content

Releases: norihiro/obs-vnc

OBS VNC Plugin 0.6.0

16 Apr 06:40
0.6.0
858a8cf
Compare
Choose a tag to compare

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

10 Jan 06:20
0.5.0
00350d3
Compare
Choose a tag to compare

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

09 Jan 10:40
Compare
Choose a tag to compare
0.5.0-rc4 Pre-release
Pre-release

This is a release candidate to check the plugin works on Windows.

0.5.0-rc3

09 Jan 11:36
Compare
Choose a tag to compare
0.5.0-rc3 Pre-release
Pre-release

This is a release-candidate for macOS packages.

OBS VNC Source 0.4.0

12 Aug 14:54
0.4.0
fcb09ed
Compare
Choose a tag to compare

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

26 May 02:01
0.3.1
ecc9cf1
Compare
Choose a tag to compare

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

20 May 03:59
0.3.0
Compare
Choose a tag to compare

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

27 Dec 16:20
0.2.2
Compare
Choose a tag to compare

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

29 Nov 10:12
0.2.1
f576ac5
Compare
Choose a tag to compare

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.

OBS VNC Source 0.2.0

28 Nov 14:24
0.2.0
fd6eb39
Compare
Choose a tag to compare

This is a minor release of OBS VNC Source.

Changes

  • Added quality settings.
  • Added JPEG and LZO libraries for Windows build.
  • Fixed external dependencies for MacOS build.

Install

Windows

Download obs-vnc-0.2.0-windows.zip (provided below) and extract to your OBS Studio installed directory.

MacOS

Download and run obs-vnc-0.2.0-Unsigned.pkg (provided below).
Or, you can download obs-vnc-0.1.0-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.
  • Binary for MacOS is experimental state and is not tested.