webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

webrtc source code from https://chromium.googlesource.com/external/webrtc

Results 9 webrtc issues
Sort by recently updated
recently updated
newest added

请问,该代码是webrtc的那个版本?版本号是多少?

前辈你好,我想用于android开发。但是由于gn编译的话不好调试,你那边有没有ndk编译的版本。

杨前辈,你好! 我想在android中用DataChannel来发送数据进行文本聊天,由于手机网络不稳定,IceConnection连接状态会改变:->disconnect->failed->closed。如果要重新建立连接的话,比较麻烦,交换信令有好几个步骤,有没有机制进行自动重连呢? 我期望的最终效果是:手机网络断了后,在制定时间内恢复了,DataChannel仍然可用。 请多多指点,谢谢!

windows vs2017命令行+ LLVM7.0 执行gn gen . 错误信息是gn.py: Could not find checkout in any parent of the current path.This must be run inside a checkout. 环境变量 WEBRTCROOT f:\webrtc\webrtc 目录 f:\webrtc\webrtc\src\out\Release args.gn...

前辈,你好! 最近试用了WebRTC Android的视频通话demo,音频回声比较大,还有啸叫,我想进行回声消除,听说WebRTC自带回声消除功能,是不是还需要写回声消除的JNI接口,然后重新编译库呢? 或者单独编译音频模块出来使用? 感谢!

网盘上看着还是没有更新的代码。不走网盘下载速度会哭。。。

最近尝试了common_audio/vad模块的静音检测,效果感觉不是太好,请问如果使用modules/audio_processing/vad模块来做静音检测

Guidance on how to achieve this on Native? Any Xcode example