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.4.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.4.tar.gz.
File metadata
- Download URL: obs_automation-0.1.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b9f4df5cd4feb34ef9cf0df56f8e125454c2326dd6ae081798eb79f2e25ce10
|
|
| MD5 |
0b77a76a5ef5c33e6c2f49162cb990ec
|
|
| BLAKE2b-256 |
3594c58bf5796c2498ae788334992888815dff1613d352e91ce6a7f1cecfe5ff
|
File details
Details for the file obs_automation-0.1.4-py3-none-any.whl.
File metadata
- Download URL: obs_automation-0.1.4-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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1776d63cfffe7a3296a4a531de2c9f1670d6e89c22c3de3400333ab6bd4231d
|
|
| MD5 |
07b761e317cba60b8b121325d7b8fb5f
|
|
| BLAKE2b-256 |
c72bd979855c76dadf25507ff0c446ea9b780692dfe778893fb0419745fc855e
|