Can I specify my own encryption key in DTLS-SRTP encryption

℡╲_俬逩灬. 提交于 2019-12-22 23:27:08

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/21921946/can-i-specify-my-own-encryption-key-in-dtls-srtp-encryption

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!