Resource icon
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.
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.
This is a minor release of OBS VNC Source.
  • 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)
  • Like
Reactions: amicalmant
This is a minor release of OBS VNC Source.
  • Added a user name property (available for MacOS)
  • Suppressed log messages
  • Added a property to defer connection, to disconnect at hidden or inactive
Limitations
  • 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.
This is a minor release of OBS VNC Source with these changes.
- Implemented mouse and keyboard interaction
- Added a property to change color depth
This is a minor release of OBS VNC Source.
  • Fixed an issue the maximum port number.
  • Removed unnecessary line-breaks from the log file.
This is a minor release of OBS VNC Source.
Fixed an issue that the plugin was not correctly loaded in MacOS.
There is no change for Windows and Linux.
This is a minor release of OBS VNC Source.
Major changes are below.
  • Added quality settings.
  • Added JPEG and LZO libraries for Windows build.
  • Fixed external dependencies for MacOS build.

Limitations
  • 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.
  • Color depth is still not configurable.
Windows binares for 32-bit and 64-bit are ready. You can download from `Go to download` link on the top right.
Binary for MacOS is experimental state and is not tested.
The link to the download page is corrected at July 5th. The link was pointing another page.
  • Like
Reactions: liquid64
Top