libsrtp icon indicating copy to clipboard operation
libsrtp copied to clipboard

Library for SRTP (Secure Realtime Transport Protocol)

Results 77 libsrtp issues
Sort by recently updated
recently updated
newest added

In my use case, due to the inplace protect/unprotect API, RTP/RTCP packets have to be duplicated before being protected/unprotected. I believe some memory bandwidth could be saved if libsrtp exposed...

Hi, Wondering if enforcing the master key lifetime is something that libsrtp supports, I've had a search and haven't found the answer - apologies if I'm missing something obvious. Section...

Hello, would be a great change link libsrtp to wolfssl library: https://www.wolfssl.com/ This library is very lightweight and created for RTOS environments (Real Time Operating Systems) Support TLS 1.3 and...

Hi dear all i meet one issue whic make me have confused for few days. i step up one webrtc media server (like licode, mediasoup) and use chrome to publish...

This is a follow on from PR #574 where @traud suggested better documentation on what is the default. > What about adding a statement that either crypto library is used...

This was suggest in PR #574 by @traud . > What about removing both ‘Location of’? They are auto-detected and required only if not the system provided library should be...

We should convert libsrtp to Rust, in the interest of [better memory safety](https://alexgaynor.net/2019/aug/12/introduction-to-memory-unsafety-for-vps-of-engineering/). We should be able to do this while maintaining the same C interface, so that consumers of...

As noted in #440 the 8 byte tag length is explicitly not allowed according to RFC7714. Although it is not an issues to provide these functions they are maybe misleading...

There are at least two applications who want to use bits of srtp_priv.h and friends. reSIProcate tries to use srtp_hdr_t in one of the unit tests, it works with an...

Its showing a compilation error. When cross compiling for mips arch its showing an cmake error: ------------------------------------------ CMake Error at CMakeLists.txt:245 (set_target_properties): set_target_properties called with incorrect number of arguments. --...