aiortc
на сайте с 18 декабря 2022, 15:56
WebRTC and ORTC implementation for Python using asyncio.
aiortc is a library for Web Real-Time Communication (WebRTC) and Object Real-Time Communication (ORTC) in Python. It is built on top of asyncio, Python's standard asynchronous I/O framework.
The API closely follows its Javascript counterpart while using pythonic constructs...