-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Milestone
Description
SRTP (Secure Real Time Transport Protocol) is a profile for the RTP protocol.
Thus, it should be possible to include it into our program by extending the RTPPackageHandler and providing additional classes for the encrytion/decryption and authentication/verification.
See: https://tools.ietf.org/html/rfc3711 and RFC 4771
NOTE: The complete use of STRP should be made optional with flag in CMakeLists.txt to skip (which results in skipping checking and downloading crypto-libraries)