Can I specify my own encryption key in DTLS-SRTP encryption
Asked Answered
H

1

3

In my webrtc web app in Chrome, I used to specify my own encryption key by overriding the crypto information in the SDP. I am now migrating my webrtc web app to use DTLS-SRTP for encryption. With DTLS enabled, is there a way to tell Chrome which encryption key to send to the other client?

Horoscope answered 20/2, 2014 at 23:24 Comment(0)
B
4

No you cannot specify your own keys since the actual keys are sent over a secure media connection and are not part of the SDP.

Bladdernut answered 22/2, 2014 at 14:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.