Bluefissure / Dalamud-OBS

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

Replay Buffer support #21

Open Xpahtalo opened 10 months ago

Xpahtalo commented 10 months ago

I'm working on adding replay buffer support for my own use. To do so, I'm making some pretty major changes, like placing a wrapper around OBSWebsocket to separate OBS stuff from plugin and UI logic. Before I finish, I figured I should ask if you would be willing to accept a large PR, and if you are already in middle of making any large changes.

Bluefissure commented 10 months ago

Hi, I'm not currently working on new features, feel free to make any PRs. I'm planning to support the built-in websocket after OBS30 because it has all the APIs needed, but it can be pushed after merging the replay buffer support. Thanks in advance!

Xpahtalo commented 10 months ago

Since I'm the one that separated out the OBS stuff into it's own service, would you like me to also do the version update while I'm at it? I assume you mean to bump obs-websocket-dotnet to v5.0.0.3. I can do that fairly easily so it's all done at once.

Bluefissure commented 10 months ago

Sure, I was planning to update it to v5+ anyway.