Skip to content

obs-websocket 4.0.0

Compare
Choose a tag to compare
@Palakis Palakis released this 05 Mar 16:16
· 860 commits to master since this release

Minimum OBS Studio version required: 18.0.0
If you get an error message with obs_output_get_congestion in it, this means you'll have to update your OBS Studio installation to the latest version.

WARNING: This release will ignore your existing Websocket settings if created with an older release of obs-websocket, as the way settings are saved changes with obs-websocket 4.0.0.

Changes since 0.3.2

New features

Changes

Bugs fixed

  • The plugin may have caused a crash when a Websocket client disconnects (#21)
  • Client connect & disconnect log messages showed a garbled IP address (#21)
  • Strings where not enforced to UTF-8 (#28)
  • Item size was always equal to zero in an item's infos (#27)
  • The internal connections list was not properly protected against concurrent accesses
  • Some data structures of the request handling code may have caused a crash when destroyed
  • The password was logged in the log file when changing it

Install instructions (Windows)

  • Using the installer (recommended) : download it, launch it and follow the instructions.
  • Using the .zip archive : copy the contents of the archive to the root of your OBS Studio installation folder.

Usage instructions

See README.md.