A clean interface library for automating OBS streaming via obsws-python
Project description
obs-automation
A simple Python library that provides a clean interface to automate OBS streaming using the obsws-python WebSocket client.
Installation
pip install obs-automation
## Method Signature
def configure_connection(host: str = "localhost", port: int = 4455, password: str = "YourPassword", timeout: int = 3):
def init(server: str, stream_key: str):
"""Initialize OBS stream configuration"""
def set_video_source_media(file_path_or_url: str):
"""Set video source as local file or URL"""
def set_video_source_browser(url: str):
"""Set video source as browser source"""
def start():
def stop():
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
obs_automation-0.1.1.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file obs_automation-0.1.1.tar.gz.
File metadata
- Download URL: obs_automation-0.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbd62d6cdc245129df2ee8314f0cd72c731fe4e840078175168a6f3af5be29e9
|
|
| MD5 |
e6a8ac058d578281609dffd43e8f29e4
|
|
| BLAKE2b-256 |
f295dfacb9ad37cfbd109007367b4be0b608cbe44498a0790a1a77e1f49d6f81
|
File details
Details for the file obs_automation-0.1.1-py3-none-any.whl.
File metadata
- Download URL: obs_automation-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9aaa8ef36d8a2a23b8ff4d30aab83e4b84e2218421537905df883cb22f14f338
|
|
| MD5 |
56b64fd4ca20c9f9dd33b62d4341c910
|
|
| BLAKE2b-256 |
66faf332169fee3463b63008473977b7213a02c20be926fbdd39261202018ec8
|