Skip to main content

An implementation of WebRTC and ORTC

Project description

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

pip install aiortc-h264-nvenc

License

aiortc is released under the BSD license.

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

aiortc_h264_nvenc-1.14.0.post9.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiortc_h264_nvenc-1.14.0.post9-py3-none-any.whl (94.9 kB view details)

Uploaded Python 3

File details

Details for the file aiortc_h264_nvenc-1.14.0.post9.tar.gz.

File metadata

  • Download URL: aiortc_h264_nvenc-1.14.0.post9.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aiortc_h264_nvenc-1.14.0.post9.tar.gz
Algorithm Hash digest
SHA256 d910ec401fdfe8007966d1c1b2064a79a9cdc965f327a19ed9302c39be918534
MD5 ca8e003bd1a7711b27f88ddf86e71541
BLAKE2b-256 ed12a99cfdb17c071befb883e39c9ec1562e9e6f15d1be5d83c8b993b5ac6626

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiortc_h264_nvenc-1.14.0.post9.tar.gz:

Publisher: release.yml on Omniverse-DT-NCHC/aiortc_h264_nvenc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aiortc_h264_nvenc-1.14.0.post9-py3-none-any.whl.

File metadata

File hashes

Hashes for aiortc_h264_nvenc-1.14.0.post9-py3-none-any.whl
Algorithm Hash digest
SHA256 d17586b4d9e6b6c7ba44a7a08407b75290c5640b4ba4671937d5b5334f0960e3
MD5 f110e3ff06553334fc731daaa2cdf37a
BLAKE2b-256 5cbbf12107de45f7bd20009883789b34ab4a438497d74feb6532027b87a7492c

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiortc_h264_nvenc-1.14.0.post9-py3-none-any.whl:

Publisher: release.yml on Omniverse-DT-NCHC/aiortc_h264_nvenc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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