Skip to main content
aiortc License Version Python versions Tests Coverage Documentation

What is aiortc?

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:

  • promises are replaced by coroutines

  • events are emitted using pyee.EventEmitter

To learn more about aiortc please read the documentation.

Why should I use aiortc?

The main WebRTC and ORTC implementations are either built into web browsers, or come in the form of native code. While they are extensively battle tested, their internals are complex and they do not provide Python bindings. Furthermore they are tightly coupled to a media stack, making it hard to plug in audio or video processing algorithms.

In contrast, the aiortc implementation is fairly simple and readable. As such it is a good starting point for programmers wishing to understand how WebRTC works or tinker with its internals. It is also easy to create innovative products by leveraging the extensive modules available in the Python ecosystem. For instance you can build a full server handling both signaling and data channels or apply computer vision algorithms to video frames using OpenCV.

Furthermore, a lot of effort has gone into writing an extensive test suite for the aiortc code to ensure best-in-class code quality.

Implementation status

aiortc allows you to exchange audio, video and data channels and interoperability is regularly tested against both Chrome and Firefox. Here are some of its features:

  • SDP generation / parsing

  • Interactive Connectivity Establishment, with half-trickle and mDNS support

  • DTLS key and certificate generation

  • DTLS handshake, encryption / decryption (for SCTP)

  • SRTP keying, encryption and decryption for RTP and RTCP

  • Pure Python SCTP implementation

  • Data Channels

  • Sending and receiving audio (Opus / PCMU / PCMA)

  • Sending and receiving video (VP8 / H.264)

  • Bundling audio / video / data channels

  • RTCP reports, including NACK / PLI to recover from packet loss

Installing

The easiest way to install aiortc is to run:

pip install aiortc

License

aiortc is released under the BSD license.

Release files for aiortc-dimos 1.14.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for aiortc-dimos 1.14.0
File Size Uploaded
aiortc_dimos-1.14.0.tar.gz 1.2 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for aiortc-dimos 1.14.0
File Interpreter ABI Platform
aiortc_dimos-1.14.0-py3-none-any.whl Python 3 none any Details

Total release size: 1.3 MB

Release files / aiortc_dimos-1.14.0.tar.gz

Download URL aiortc_dimos-1.14.0.tar.gz
Size 1.2 MB
Tags Source
SHA-256 checksum
How to use checksums
e7d2bf8699866cb7f397bcbca9f2e691a397cd8650393833ba6f400ae6f22693
BLAKE2b-256 checksum
How to use checksums
22de5248c814370dcea6f39afe81690fc100c9ef989fd2619151242abacf19ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.11

Release files / aiortc_dimos-1.14.0-py3-none-any.whl

Download URL aiortc_dimos-1.14.0-py3-none-any.whl
Size 93.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8b889281acd88fd3b3ae3cf01c465236e46c1aa32dc8408d3461ef3a0f3d5bb3
BLAKE2b-256 checksum
How to use checksums
b0e02c49dfda8dba12c4261a1566d0f032e80986f397822a84ba3dd5d1822bc8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.11

Release history Release notifications | RSS feed

This release

1.14.0 This release

2 release files

1.9.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page