obs-websocket icon indicating copy to clipboard operation
obs-websocket copied to clipboard

Bug: SceneItemTransformChanged event not returning anything via websocket

Open ElliottBishop opened this issue 9 months ago • 1 comments

Operating System Info

Windows 10

Other OS

No response

OBS Studio Version

Other

OBS Studio Version (Other)

31.0.2

obs-websocket Version

5.1.0

OBS Studio Log URL

https://obsproject.com/logs/TwlmaeyZP7d8GLop

OBS Studio Crash Log URL

No response

Expected Behavior

Send a websocket message to clients when a source has moved

Current Behavior

nothing.

Steps to Reproduce

  1. Subscribe to the event via websocket
  2. Move a scene item (X,Y)

...

Anything else we should know?

I've tried just about everything to subscribe to this event. It seems that every other "High-volume" event is working as intended. I'm able to move the volume sliders and see a log output of the changes, transforming a layer sends no message from what I can tell. Here's the JSON message I'm sending to the websocket connection.

const subTrans = { "op": 1, "d": { "rpcVersion": 1, "requestType": "Subscribe", "requestId": "subscribe-transform-only", "requestData": { "eventSubscriptions": 2047 } } }

I've tried 2047, 524288, etc. and have had no luck.

ElliottBishop avatar Mar 27 '25 20:03 ElliottBishop

bump

vladuskaxgod avatar Aug 25 '25 17:08 vladuskaxgod