- In pure Java.
- Acceptably quick as the JVM offloads AES to hardware when possible (eg on ARM)
- Supports RTP, SRTP and (S)RTCP
- SRTP in AES_CM_128_HMAC_SHA1_80 only
- Tested against all the major browser webRTC implementations
- Does not include WebRTC's DTLS-SRTP key exchange (look at BouncyCastle for that)
- issues,PRs,fixes etc are welcome
- Apache license.
- now used in |pipe| (see github.com/pipe/)