Skip to content

Instantly share code, notes, and snippets.

@happyj2me
Created September 5, 2019 09:53
Show Gist options
  • Save happyj2me/a908726156f058c48340b8ffbc8f61ee to your computer and use it in GitHub Desktop.
Save happyj2me/a908726156f058c48340b8ffbc8f61ee to your computer and use it in GitHub Desktop.
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