You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: