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.7.tar.gz
(3.7 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.7.tar.gz.
File metadata
- Download URL: obs_automation-0.1.7.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f6175022b7174fb3bc6084e51a82a9550dccbe779fb5efd05b1156f44f994a3
|
|
| MD5 |
5bc5e18869cd93e81643b3606dea42dc
|
|
| BLAKE2b-256 |
b2d7d2a5011750cf683840817aecc8e06883042c2fe3d1f097708ac37a68b0b8
|
File details
Details for the file obs_automation-0.1.7-py3-none-any.whl.
File metadata
- Download URL: obs_automation-0.1.7-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
394e4d32196e721d6947bde62f25cbccb68bb2e18f2fceb380da2bce9dd99a12
|
|
| MD5 |
a999c89d4ebf2bab11b4915b46c53565
|
|
| BLAKE2b-256 |
736d3f98e89d2406b0245f7b9eee14acd99994a44dc8192f9d7a34331fbbb8d9
|