Created
September 5, 2019 09:53
-
-
Save happyj2me/a908726156f058c48340b8ffbc8f61ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1、关闭FEC :internalencoderfactory.cc文件屏蔽kRedCodecName、kUlpfecCodecName | |
2、关闭SRTP | |
webrtc\src\webrtc\api\peerconnectioninterface.h | |
disable_encryption = true 取消SRTP | |
bool Conductor::CreatePeerConnection(bool dtls) 配置不生成密钥 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment