Author Topic: Does anyone know the OBS command line to control filters?  (Read 1901 times)

LewdPain

  • Newbie
  • *
  • Posts: 1
Does anyone know the OBS command line to control filters?
« on: March 13, 2024, 02:32:21 PM »
 /showsource="Letters and Numbers" /togglesource="Letter Group"/"K"

I got the ability to control sources with the OBS plug in I just need to know the command line to control filters. Thank you all.

SemlerPDX

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 280
  • Upstanding Lunatic
    • My AVCS Homepage
Re: Does anyone know the OBS command line to control filters?
« Reply #1 on: March 14, 2024, 01:23:58 PM »
You can find a list of all commands here:
https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md

...you can find the Filter Requests about three-quarters down this very long document, here's a quicklink:
https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#filters-requests

If that quicklink doesn't work, just search the page for these keywords: 
Code: [Select]
Filters Requests
« Last Edit: March 14, 2024, 02:56:18 PM by SemlerPDX »