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

Bug: SourceFilterSettingsChanged does not fire

Open xurei opened this issue 6 months ago • 0 comments

Operating System Info

Ubuntu 22.04 LTS

Other OS

No response

OBS Studio Version

Other

OBS Studio Version (Other)

31.0.3

obs-websocket Version

Git

OBS Studio Log URL

https://obsproject.com/logs/ew5RyoMWTxFVh2fq

OBS Studio Crash Log URL

No response

Expected Behavior

When I change the filter settings through the UI or OBS Websocket, I should get a SourceFilterSettingsChanged event.

Current Behavior

I don't get any SourceFilterSettingsChanged event.

Steps to Reproduce

  1. Create a simple scene with one source and any filter
  2. Have a Websocket client listening
  3. Edit the filter, change a value in the UI OR send a Websocket message to change it.
  4. No SourceFilterSettingsChanged fires.

Anything else we should know?

I checked that I am listening to Filters events, on two different client implementations.

I used OBS 31.0.3 both form PPA and compiled from git, same result.

obs-websockets Version: 5.5.6 | RPC Version: 1

xurei avatar Jun 19 '25 20:06 xurei