3 Star 3 Fork 1

ljcmeng / Webrtc_Android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
This directory contains a sample app for sending and receiving video and audio
on Android. It further lets you enable and disable some call quality
enhancements such as echo cancellation, noise suppression etc.

Prerequisites:
- Make sure gclient is checking out tools necessary to target Android: your
  .gclient file should contain a line like:
  target_os = ['android']
  Make sure to re-run gclient sync after adding this to download the tools.
- Env vars need to be set up to target Android; easiest way to do this is to run
  (from the libjingle trunk directory):
  . ./build/android/envsetup.sh
  Note that this clobbers any previously-set $GYP_DEFINES so it must be done
  before the next item.
- Set up webrtc-related GYP variables:
  export GYP_DEFINES="$GYP_DEFINES java_home=</path/to/JDK>"
- Finally, run "gclient runhooks" to generate Android-targeting .ninja files.

Example of building the app:
cd <path/to/repository>/trunk
ninja -C out/Debug WebRTCDemo

It can then be installed and run on the device:
adb install -r out/Debug/WebRTCDemo-debug.apk

空文件

简介

对webrtc进行扩展,使其具有支持视频会议的能力 展开 收起
Android
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/ljcmeng/Webrtc_Android.git
git@gitee.com:ljcmeng/Webrtc_Android.git
ljcmeng
Webrtc_Android
Webrtc_Android
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891