很有意思的网站 http://io13webrtc.appspot.com/#1
html5使用webrtc简介 http://www.html5rocks.com/en/tutorials/getusermedia/intro/
html5设置分辨率的例子https://simpl.info/getusermedia/constraints/
html5各种特效的例子http://webcamtoy.com/zh/app/
html5录音的例子http://www.webaudiodemos.appspot.com/AudioRecorder/index.html
google最新的基于html5的代码 https://github.com/GoogleChrome/webrtc
sipml5 源码 https://code.google.com/p/sipml5/
SimpleWebrtc 源码 https://github.com/henrikjoreteg/SimpleWebRTC
easyRtc 源码 https://github.com/priologic/easyrtc
Webrtc.io 源码 https://github.com/webRTC/webRTC.io
peerJS 官网 http://peerjs.com/
Sharefest 源码 https://github.com/peer5/sharefest
getstart,webrtc 基础 http://www.html5rocks.com/en/tutorials/webrtc/basics/
stunserver/turnserver 篇 http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/?redirect_from_locale=zh
使用getusermedia介绍 http://www.html5rocks.com/en/tutorials/getusermedia/intro/
RTCPeerConnection API 学习 http://www.html5rocks.com/en/tutorials/webrtc/basics/#simpleRTCPeerConnectionExample
RTCPeerConnection API 例子 http://www.simpl.info/rtcpeerconnection/
官方demo (有时候用不了)https://apprtc.appspot.com/
傻瓜式教学(号称“学不会就找块豆腐撞死”) https://bitbucket.org/webrtc/codelab
webrtc - web 应用相关网站