Hello,
I want to update a text source in OBS.
I tried it like this, but it failed with a 204 response.
self.obs.send(
param="SetSourceSettings",
data={
"inputName": "RunningTime",
"inputSettings": {"text": f"{minutes}:{seconds},{millis}"},
},
)
How can I achieve this with obsws?
Thanks in advance and kind regards
Andreas