Sign inSign up

piasy/webrtc-build

By piasy

Updated over 7 years ago

Out-of-the-box docker images for WebRTC dev/test purpose.

Image
10

10K+

piasy/webrtc-build repository overview

Only Android/Linux is supported.

docker run --rm \
  -e ENABLE_SHADOW_SOCKS=true \
  -e SHADOW_SOCKS_SERVER_ADDR=<your shadowsocks server ip> \
  -e SHADOW_SOCKS_SERVER_PORT=<your shadowsocks server port> \
  -e SHADOW_SOCKS_ENC_METHOD=<your shadowsocks encrypt method> \
  -e SHADOW_SOCKS_ENC_PASS=<your shadowsocks encrypt password> \
  -v <path to place webrtc source>:/webrtc \
  -t -i piasy/webrtc-build

Note: if your encrypt password contains special characters, remember to escape it with \, e.g. &bDmc! to \&bDmc\!.

If you don't need run shadowsocks proxy, you can run:

docker run --rm \
  -v <path to place webrtc source>:/webrtc \
  -t -i piasy/webrtc-build

After the docker image started, you can run fetch, gclient, gn, and ninja commands to download and build webrtc code.

Tag summary

Content type

Image

Digest

Size

630.2 MB

Last updated

over 7 years ago

docker pull piasy/webrtc-build