I've tried to cross compile WebRTC for armv7 architecture (AllWinner A20).On www.webrtc.org there are no instructions how to do that, only for Android and IOS, on the internet I've found a few posts how to do that, here is it:
https://foxdogstudios.com/webrtc-on-linux
https://groups.google.com/forum/#!topic/discuss-webrtc/yzuk8wATMU8
https://github.com/mpromonet/webrtc-streamer/wiki/Cross-compile-WebRTC-for-Raspberry-Pi
All of them written around 2 years ago and starts with command:
gclient config http://webrtc.googlecode.com/svn/trunk
As I understand it's old repository name and also buildsystem is changed for last 2 years. Can anybody help me with complete instruction how to build WebTRC for ARM?