-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add examples that encrypt/decrypt RTP packets from disk #103
Comments
@seamanm I am happy to add one, what example would you like to see? |
if you can ,we need a demo srtp client push stream to srtp server |
I already have hardware that supports the SRTP protocol, but I don't have an SRTP server |
Hey @seamanm I think you want a RTSP Client/Server. SRTP is encryption. https://github.com/djwackey/dorsvr looks promising. |
hey @Sean-Der ,thank for you answer this issue. The example of RTSP I already have, I hope there is an example of SRTP. |
I will add an example that shows how to encrypt a RTP packet and then another how to decrypt. I think that will be helpful. SRTP doesn't have a concept of Client/Server. You just give it keying material, and then it processes RTP packets in a stream. Most people use DTLS to do key exchange and get a client/server feeling. Then do a DTLS handshake, then extract the keying material. pion/webrtc is a good example of this. |
thank you so much,I learn srtp decrypt |
where is srtp demo
The text was updated successfully, but these errors were encountered: