📝SRTP

SRTP = Secure Real-time Transport Protocol (RFC 3711)

  • encrypt payload (headers are open)

  • authenticate RTP and RTCP packets

  • ensure integrity

  • prevent replay attack

SRTP does not declare a key exchange mechanism and relies on external system to exchange the master key.

See also:

Backlinks