Unofficial Python wrapper of MediaMTX
Project description
MediaMTX-py
This is an unofficial Python wrapper for MediaMTX
How to use
Execute pip install git+https://github.com/yt-koike/MediaMTX-py(Recommended) or pip install mediamtx-py to install this package.
After installation, you can use MediaMTX like as follows.
from mediamtx import MediaMTX
mtx = MediaMTX("amd64") # In __init__(), the MediaMTX binary will be downloaded
yaml = mtx.get_yaml() # Get mediamtx.yml
yaml["paths"][name] = {"source": url}
mtx.set_yaml(yaml) # Set mediamtx.yml
mtx.start() # Start MediaMTX on another thread
mtx.stop() # Stop the MediaMTX on the thread
MediaMTX() takes four arguments: arch, platform, version and overwrite.
- arch = Architecture: basically "amd64" or "arm64".
- platform = Platform OS: basically "linux", "windows" or "darwin". (Default: value of platform.system().lower())
- version = If set to "latest", it will download the latest MediaMTX. You also can specify the version like "v1.15.3" (Default: "latest")
- overwrite = If set to False, it will preserve the downloaded MediaMTX. (Default: True)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 mediamtx_py-0.0.4-py3-none-any.whl.
File metadata
- Download URL: mediamtx_py-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7980e760c926ec9ae59aea2b51fa058c87f507ba272e4cce91721a0ff4c50580
|
|
| MD5 |
05ca2629227be5ec3116afb33963eaa3
|
|
| BLAKE2b-256 |
0fb986e366ea7040ef80f6bd3ae02d2d0b478f57c8963952c532f64aef150fcf
|