-
-
Notifications
You must be signed in to change notification settings - Fork 730
Open
Labels
Description
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
- Subscribe to the event via websocket
- 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.
vladuskaxgod