lightweight python interface for generating rtp streams using vpx codecs
Project description
vpx-rtp-py
a creatively named python library for encoding/decoding video rtp streams using cffi
bindings to libvpx
, loosely forked / slimmed down from aiortc.
narrowly constructed for the use cases of Tutor Intelligence, but feel free to post an issue or PR if relevant to you.
install steps
be sure you have libvpx
installed on your computer, otherwise vpx-rtp-py
will not work (even if installed via pip
). to do so:
# ubuntu
sudo apt install libvpx-dev
# mac
brew install libvpx
then install via pypi:
pip install vpx-rtp-py
limitations
- does not really support RTCP or anything special/bidirectional (eg packet loss acknowledgement, retransmission packets)
- does not support SSL
- only supports
vp8
andvp9
video encoding - pypi pre-built wheels only support linux + x86_64 + python 3.10. if you want to add support for other platforms, feel free to update our
cd.yml
in a PR.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vpx_rtp_py-0.4.0.tar.gz
(14.3 kB
view hashes)
Built Distribution
Close
Hashes for vpx_rtp_py-0.4.0-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89c1b515325584fa50016430ae483929954e8a129f9ba2674963950dbb354ebf |
|
MD5 | 3582ea607a90028d90ef63f5630ee0f1 |
|
BLAKE2b-256 | 761865a89700e613b60762eebb3028198ed886f60828e3bbcad1f89d3969bff6 |