OBS-Studio-Python-Scripting-Cheatsheet-obspython-Examples-of-API icon indicating copy to clipboard operation
OBS-Studio-Python-Scripting-Cheatsheet-obspython-Examples-of-API copied to clipboard

:black_circle: OBS Studio API with Python

Results 1 OBS-Studio-Python-Scripting-Cheatsheet-obspython-Examples-of-API issues
Sort by recently updated
recently updated
newest added

Update server url and key via python script in stream section of OBS

[{"_id":"62e72c83ebfd537f7614ca3c","body":"It might be possible to do it from `obspyton`\/`obslua`. The Stream tab in OBS Studio Settings UI uses so called `obs_service_t` structure which you can obtain from `obs_frontend_get_streaming_service` call, you might consult [`Service API Reference`](https:\/\/obsproject.com\/docs\/reference-services.html) for details.\r\nWhile writing this post, I found [this](https:\/\/github.com\/ssbm-oro\/alttpr-league-obs) related to question repo in GitHub Search. My only concern is that there might be 1 memory leak, because there are no \"*_release\" API available for `obs_service_t`","issue_id":1659305624372,"origin_id":1019467728,"user_origin_id":18361586,"create_time":1642938461,"update_time":1642938461,"id":1659317379801,"updated_at":"2022-08-01T01:29:39.800000Z","created_at":"2022-08-01T01:29:39.800000Z"}] comment

Is it possible to update OBS stream section via scripts? So let's say there is a python script that is somehow setting Stream configurations(RTMP URL and Stream key) programmatically and...