Tutorial
Building and Cross Compiling WebRTC for Raspberry PI
This post is a guide for cross compile and build Webrtc Raspberry PI and arm devices. Initial Steps starts with installing depot tools which are needed for getting webrtc source code. Then continue with installing rpi tools. WebRTC Raspberry PI Install Steps mkdir webrtc cd webrtc sudo git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git Read more…