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.3.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.3.tar.gz.
File metadata
- Download URL: obs_automation-0.1.3.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 |
f329b0932dd54d026142aade8abdad9f1fbc9a5a8711ad834aa3368db263a127
|
|
| MD5 |
ebe455eae3c3c89c972f3729793ffa31
|
|
| BLAKE2b-256 |
71d21a5e33b9496f3d52bdf893cbc8e924c302d69446b0b78ac3c7498852ec6d
|
File details
Details for the file obs_automation-0.1.3-py3-none-any.whl.
File metadata
- Download URL: obs_automation-0.1.3-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 |
a802b9901d6f85d662530c0c41f2edc1e3c73dd2f647098a871d4752bd833ca9
|
|
| MD5 |
ed0b14c1156e814f094d447e30651651
|
|
| BLAKE2b-256 |
cb4a4be32d149737492d6a5367ca60028cccd3fd76a67fe8d3554f3307c18e3c
|