Skip to main content

mediasoup python client

Project description

PyMediasoup

Python Pypi License

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymediasoup-0.2.6.tar.gz (30.9 kB view hashes)

Uploaded Source

Built Distribution

pymediasoup-0.2.6-py3-none-any.whl (41.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page