obsws-python icon indicating copy to clipboard operation
obsws-python copied to clipboard

A Python SDK for OBS Studio WebSocket v5.0

Results 5 obsws-python issues
Sort by recently updated
recently updated
newest added

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...

Hi Adem, this PR makes two changes: - Ensure {ReqClient}.toggle_record() returns a response class in order to access the [outputActive](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#togglerecord) field. - update hotkey list test to make it more...

I'd like to propose replacing the current standard logging module with the loguru library to enhance our logging system. The primary motivation is that the current implementation outputs all log...