Skip to content

Update text source with SetSourceSettings #52

@AndiLeni

Description

@AndiLeni

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions