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.6.tar.gz
(2.9 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.6.tar.gz.
File metadata
- Download URL: obs_automation-0.1.6.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af693454c028f5d91681f1d5644f984b33b04850b1e624418574dd7ee61fbff3
|
|
| MD5 |
6663f5a253c9c4acce5ada54986fa141
|
|
| BLAKE2b-256 |
027475a56e275f964552c105895a062feea771a6de121f896390e661285aaf0d
|
File details
Details for the file obs_automation-0.1.6-py3-none-any.whl.
File metadata
- Download URL: obs_automation-0.1.6-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf61eaff834ea63b451d726b3dd4f843f2827ffb601ac62bcc5c6d8970014ac6
|
|
| MD5 |
6f0e250908709d14b9ad16aed18648e0
|
|
| BLAKE2b-256 |
49cdbd4cb1e861b60c6cf04400fb51b19106e1391cab0724822735294ee2ac34
|