-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
DTLS should be restarted when the remote DTLS fingerprint has been changed or the tls-id has changed during applying an answer #1636
Comments
Antonito
added a commit
to pion/srtp
that referenced
this issue
Jun 26, 2021
This is needed for DTLS restart, as mentioned in pion/webrtc#1636.
Antonito
added a commit
to pion/srtp
that referenced
this issue
Jun 26, 2021
This is needed for DTLS restart, as mentioned in pion/webrtc#1636.
Antonito
added a commit
to pion/srtp
that referenced
this issue
Jun 27, 2021
This is needed for DTLS restart, as mentioned in pion/webrtc#1636.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your environment.
What did you do?
PeerConnection
s, one is at server side, and another one is at App side.PeerConnection
and pair it with the one at server side.PeerConnection
at server side shows "connected".PeerConnection
at App side turns to "failed".What did you expect?
What happened?
PeerConnection
at server side didn't restart its DTLS handshaking. Per JSEP spec 5.11,PeerConnection
should restart DTLS when corresponding parameters changed in remote session-description as offer.We can consider to implement this part in our
PeerConnection.SetRemoteDescription
.The text was updated successfully, but these errors were encountered: