obs-websocket 4.0.0
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
- New version number scheme based on Semantic Versioning (removed useless "0." at the beginning)
- The server can be started/stopped during runtime from the "Websocket server settings" dialog
- The server's port can be changed during runtime from the "Websocket server settings" dialog
- German and Chinese (both Simplified and Traditional) translations
- New event types :
SwitchTransition
,TransitionListChanged
,SceneCollectionChanged
,SceneCollectionListChanged
,ProfileChanged
,ProfileListChanged
,TransitionDurationChanged
,TransitionBegin
,TransitionEnd
,SourceOrderChanged
,SceneItemAdded
,SceneItemRemoved
,SceneItemVisibilityChanged
- New request types :
SetVolume
,GetVolume
,SetMute
,ToggleMute
,SetSceneItemPosition
,SetSceneItemTransform
,GetCurrentSceneCollection
,SetCurrentSceneCollection
,ListSceneCollections
,GetCurrentProfile
,SetCurrentProfile
,ListProfiles
,SetTransitionDuration
Changes
- Updated request type :
GetVersion
,SetSourceRender
,GetCurrentTransition
, and all request types providing scene item info
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.