下载 WebRTC源码

在主机上执行 docker

docker run --rm \
						-v ${HOME}/下载/webrtc/webrtc/:/webrtc/ \
					   -it \
					  piasy/webrtc-build

以下均为在 docker 中执行

设置代理并开始下载代码
export http_proxy=192.168.3.195:9001
export https_proxy=192.168.3.195:9001
cd /depot_tools && git pull
cd /webrtc
fetch --nohooks webrtc_android
fetch 完成之后的效果

千万别在看到 Syncing projects: 100% (232/232), done. 时按 CTRL + C 键。

[1:06:22] Still working on:
[1:06:22] src/third_party/android_ndk
[1:06:32] Still working on:
[1:06:32] src/third_party/android_ndk
[1:06:34] Still working on:
[1:06:34] src/third_party/android_ndk
Syncing projects: 100% (232/232), done.
Running: git submodule foreach 'git config -f $toplevel/.git/config submodule.$name.ignore all'
Running: git config --add remote.origin.fetch '+refs/tags/*:refs/tags/*'
Running: git config diff.ignoreSubmodules all
执行 gsync
  • 修改 .gclient, 将 target_os = ["android", "unix"] 改为 target_os = ["android", "linux"]
cd /webrtc/ && vim .gclient

修改后内容为:

solutions = [
  {
    "url": "https://webrtc.googlesource.com/src.git",
    "managed": False,
    "name": "src",
    "deps_file": "DEPS",
    "custom_deps": {},
  },
]
target_os = ["android", "linux"]

  • 修改 .boto
cd /boot/ && vim .boto

修改后内容为:

[Boto]
proxy= http://192.168.3.195
proxy_port =9001
  • 设置环境变量
set NO_AUTH_BOTO_CONFIG=/root/.boto
执行 gclient sync
gclient sync
# 中间如果退出了,再次执行时不想重复下载以前的内容
gclient sync --nohooks
参考:

1.《WebRTC Native 开发实战》- 作者许建林
2.https://webrtc.github.io/webrtc-org/native-code/android/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值