8000 GitHub - walterfan/webrtc_primer: WebRTC Primer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

walterfan/webrtc_primer

Repository files navigation

WebRTC Primer

Collect WebRTC related learning materials , write some notes and samples here.

#git clone https://github.com/walterfan/webrtc_primer.git
git clone git@github.com:walterfan/webrtc_primer.git
cd webrtc_primer
git submodule update --init --recursive

WebRTC Quick Start

  1. Read Book

  2. Try WebRTC examples

  3. Learn WebRTC API, Spec and RFC

  4. Summary and Practice

Materials and Tools

Reference

$ git clone https://webrtc.googlesource.com/src
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
#vi ~/.bashrc or ~/.zshrc
$ export PATH=/path/to/depot_tools:$PATH


$ mkdir webrtc-checkout
$ cd webrtc-checkout
$ fetch --nohooks webrtc
$ gclient sync

About

WebRTC Primer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0