grantjbutler / obs-layout

Build complex layouts for OBS without manually sizing and positioning sources
MIT License
1 stars 0 forks source link

Use v5 of OBS web socket plugin #35

Open grantjbutler opened 2 years ago

grantjbutler commented 2 years ago

Now that the web socket plugin lives under the OBS project umbrella and ships with OBS as of v28, update the project to use v5 of the plugin to support new versions of OBS going forward.

grantjbutler commented 2 years ago

We batch requests to make things more efficient when changing layouts. This is currently not supported in the JS library. There's an open issue for support. Don't want to update this to use v5 of the web socket plugin until batch request support is in.