Python版的Mediasoup客户端SDK,可以基于此SDK定制基于Python的WebRTC客户端应用程序。
设计初衷:跨平台、可扩展、容易上手、API完备性,详见:
Why another mediasoup-client?( My Personal Option, for reference only)
There are several official and unofficial client implementations, but they are not quick and easy to run on all OS's desktop, so are not suitable to be a general SDK:
1. official client with corresponding dependency lib
mediasoup-demo/aiortc: because it is based on Unix Socket, so it can't run in Windows
mediasoup-demo/broadcaste