Bluefissure / Dalamud-OBS

A Dalamud plugin to control obs
11 stars 11 forks source link

OBS 28 not working #11

Open Vyling opened 2 years ago

Vyling commented 2 years ago

I updated OBS to version 28 and updated the plugins too. I updated the websocket information and get the following error in the log when trying to connect: image

Will the newest OBS version be supported?

Bluefissure commented 2 years ago

Hi!

I noticed that OBS v28+ has integrated obs-websocket v5 by default, the problem is that the protocol of v5 is not compatible with v4, and the SDK in C# is still under development/beta.

As a walkaround, if you install the 4.9.1-compact of obs-websocket in OBS 28+, it should be compatible with v4 protocol used in the Dalamud-OBS plugin.

I may release a v5 version later for testing if the beta version of C# SDK works well.

Vyling commented 2 years ago

oooh that's a new, integrated thing by OBS, I see. I mixed that up then.

I updated the OBS-plugin and reset the values to default (+ own password), it works again now. Thanks for the tip.

Bluefissure commented 2 years ago

It looks like some of the APIs are not supported in the new protocol, I added several new hints for OBS 27 & 28 in the about tab of the plugin. Will continue investigating the new API and SDK of protocol 5.