pylibsrtp¶
|pypi-v| |pypi-pyversions| |pypi-l| |pypi-wheel| |tests| |codecov|
`Pypi-v <https://pypi.python.org/pypi/pylibsrtp`_
`Pypi-pyversions <https://pypi.python.org/pypi/pylibsrtp`_
pylibsrtp
is a Python wrapper around libsrtp, making it possible to
encrypt and decrypt Secure Real-time Transport Protocol (SRTP) packets from
Python code.
SRTP is a profile of the Real-time Transport Protocol (RTP) which provides confidentiality, message authentication, and replay protection. It is defined by RFC 3711.
You can install pylibsrtp
with pip
:
$ pip install pylibsrtp