mediasoup python client
Project description
PyMediasoup
mediasoup python client
Install
pip3 install pymediasoup
Usage
PyMediasoup API design is similar to the official mediasoup-client
from pymediasoup import Device
from pymediasoup import AiortcHandler
# Create a device
# In order to generate the correct parameters, here should contain all the tracks you want to use
tracks = []
device = Device(handlerFactory=AiortcHandler.createFactory(tracks=tracks))
LICENSE
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymediasoup-1.2.1.tar.gz
(30.1 kB
view details)
Built Distribution
File details
Details for the file pymediasoup-1.2.1.tar.gz
.
File metadata
- Download URL: pymediasoup-1.2.1.tar.gz
- Upload date:
- Size: 30.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.2 Linux/6.8.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5521f84cecf0fba7e467983f1ceabc5d2688fe91b7ca1dca57e0e45d02f4f4e0
|
|
MD5 |
ce583a8229c5bbd78c978203a08748a9
|
|
BLAKE2b-256 |
5cd3909b993069722180aa1839b779b065cbf18a8bf19e182fdbab6487385153
|
File details
Details for the file pymediasoup-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: pymediasoup-1.2.1-py3-none-any.whl
- Upload date:
- Size: 41.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.2 Linux/6.8.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
542e5e41562c81640e5fe6ce34ae82375cf29e74ac57aca4328b5ea0999ec86c
|
|
MD5 |
c9ddc38f42f45512d3014594908478b1
|
|
BLAKE2b-256 |
4b6c38dabd83eea6dafe01fa17867a901075daf7655e82ba173fc461163fc809
|