bluenviron / gortsplib

RTSP 1.0 client and server library for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: add SRTP support to RTSPS server

sirzooro opened this issue · comments

Please add SRTP support to RTSPS server. You need to implement new SDP attribute from RFC 4567, and MIKEY protocol from RFC 3830. Use MIKEY-NULL mode (NULL encryption and authentication), and use TLS (hence RTSPS only) to protect SRTP key exchange.