It would be super cool if the Socket class would include:
- Ability to negotiate SRTP keys.
- An API to send SRTP packets (and events for receiving them).
Of course, a Node RTP parser/factory library would aso be needed. I've found this one (which seems to be unmaintained). SRTP encryption/decryption capabilities would also be needed obviously (and that would be a hard work).
It would be super cool if the
Socketclass would include:Of course, a Node RTP parser/factory library would aso be needed. I've found this one (which seems to be unmaintained). SRTP encryption/decryption capabilities would also be needed obviously (and that would be a hard work).