srtp_driver
Secure RTP (SRTP) and UST Reference Implementations - utilities
Install
- All systems
-
curl cmd.cat/srtp_driver.sh
- Debian
-
apt-get install srtp-utils
- Ubuntu
-
apt-get install srtp-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install srtp-utils
- Raspbian
-
apt-get install srtp-utils
- Dockerfile
- dockerfile.run/srtp_driver
srtp-utils
Secure RTP (SRTP) and UST Reference Implementations - utilities
SRTP is a security profile for RTP that adds confidentiality, message authentication, and replay protection to that protocol. It is specified in RFC 3711. LibSRTP provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel. This package contains a few simple binaries using libsrtp.