libsrtp-2.7.0

Introduction to libsrtp

The libsrtp package provides functions for Secure Realtime Transport Protocol, or SRTP.

libsrtp Dependencies

Recommended

Optional

doxygen

Installation of libsrtp

Install libsrtp by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr                  \
            --buildtype=release            \
            -D crypto-library=nss          \
            -D crypto-library-kdf=disabled \
            .. &&

ninja

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Libraries: libsrtp2
Installed Directories: /usr/include/srtp2

Short Descriptions

libsrtp2

provides functions for SRTP