No description
  • Python 96.1%
  • Shell 3.9%
Find a file
2026-07-27 20:31:42 -07:00
.github/workflows move to libdatachannel (#14) 2026-07-16 16:02:05 -07:00
examples/face_detection move to libdatachannel (#14) 2026-07-16 16:02:05 -07:00
scripts PyPI (#3) 2024-01-16 13:32:24 -08:00
teleoprtc add multi track video (#19) 2026-07-27 20:31:42 -07:00
tests add multi track video (#19) 2026-07-27 20:31:42 -07:00
.gitignore ignore .swp files 2023-12-16 18:15:23 -08:00
.pre-commit-config.yaml use pyupgrade to update syntax (#4) 2024-02-26 09:45:32 -08:00
LICENSE Initial commit 2023-11-10 16:01:21 -08:00
pyproject.toml move to libdatachannel (#14) 2026-07-16 16:02:05 -07:00
README.md Update README.md 2026-07-16 16:09:10 -07:00

teleoprtc

Set of abstractions for webRTC communication, used in openpilot.

installation

install release version via

pip install teleoprtc

install from source for most up to date features via

pip install "git+https://github.com/commaai/teleoprtc.git"

usage

This package makes it very easy to open connections to your comma device over webrtc. Check out the examples!