obsws-python
obsws-python copied to clipboard
A Python SDK for OBS Studio WebSocket v5.0
Hello, I have working script that fails after after few hours of successful run. This is how I start the connection ``` cl = obs.ReqClient(host='localhost', port=4455, password='foo', timeout=30) ``` After...
In Python, I am working on some code that changes text in OBS and then centers the text element. Here is the relevant code: ```python # OBS_REQUEST_CLIENT, TEXT_SOURCE_NAME, text_item_id, and...
Based on the specs there is CreateRecordChapter request As far as I have seen this is not present in the request client. I think this is quite new, 30.2.0, and...