obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.79k stars 701 forks source link

Events: Add from and to scene names to transition events #1229

Open duncte123 opened 1 month ago

duncte123 commented 1 month ago

Description

As stated in https://github.com/obsproject/obs-websocket/issues/983 the v5 transition events are lacking a severe amount of data rendering them pretty much useless without having your own state (that desyncs the moment you have two clients)

Motivation and Context

The missing from and to scenes on the transition events is what's keeping me on v4. When this PR is released I will be able to switch off v4 and use v5. It would fix https://github.com/obsproject/obs-websocket/issues/983 but currently the duration is missing so it's not fixed completely.

How Has This Been Tested?

Tested OS(s):

Types of changes

Checklist: