srtp icon indicating copy to clipboard operation
srtp copied to clipboard

Please make ProtectionProfile methods public

Open sirzooro opened this issue 2 years ago • 1 comments

Summary

Please make ProtectionProfile methods public

Motivation

I am implementing SRTP support for my RTSP Server. I need to send key management parameters using MIKEY protocol to RTSP client. They include lengths of key, salt, etc.

Describe alternatives you've considered

I added constants for these values to my code. Calling ProtectionProfile methods to get these values would result in cleaner code.

sirzooro avatar Feb 18 '24 12:02 sirzooro

That sounds great! Mind opening a PR?

Sean-Der avatar Feb 18 '24 13:02 Sean-Der