Python mediasoup client library

Hi,
I would like to share the python version client library that I implemented with aiortc.

It is friendly for people who want to use python for video preprocessing or testing.

Currently, most APIs have been implemented and API functions are designed to be as same as the official JS client v3. I also wrote an example that can be used with the official demo, see the link below.

But there are still some functions that have not been implemented for various reasons. for example, MediaStreamTrack from aiortc missing enable property so pause() and resume() won’t work. I have marked these issues with TODO and NOTE in the code.

If anyone is interested, here is the link:

Nice :slight_smile: Thanks for sharing.

This topic was automatically closed after 2 days. New replies are no longer allowed.