srtp

Secure Real-time Transport Protocol library for encrypted media

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the Secure Real-time Transport Protocol

Commands

srtp

Examples

Display srtp library version information$ srtp --version
Verify srtp installation and check for available utilities$ pkg-config --modversion libsrtp2
Use srtp in C/C++ projects by linking the library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libsrtp2)