WebRTC学习资料整理

目前在做基于WebRTC的语音和视频终端,语音和视频通话的质量都不错。感谢WebRTC,站在巨人的肩膀上,我们可以看得更远。

WebRTC浏览器兼容性

参考:https://caniuse.com/#search=w...

github demos

下面两个都是github项目,项目中有各种WebRTC的demo。除了demo之外,这两个项目的issuese也是非常值得看的,可以解决常见的问题

  • https://webrtc.github.io/samp...
  • https://github.com/muaz-khan/...

相关资料网站

  • webrtc官网: https://webrtc.org/
  • webrtchacks: https://webrtchacks.com/
  • webrtc官网: https://webrtc.org.cn/
  • webrtc安全相关: http://webrtc-security.github...
  • webrtc谷歌开发者教程: https://codelabs.developers.g...
  • sdp for webrtc https://tools.ietf.org/id/dra...
  • 各种资料 https://webrtc.org/start/
  • https://www.w3.org/TR/webrtc/

浏览器内核

  • webkit官网:https://webkit.org/

WebRTC相关库

  • webrtc-adapter https://github.com/webrtchack...

WebRTC周边js库

地址
Addlive http://www.addlive.com/platfo...
Apidaze https://developers.apidaze.io...
Bistri http://developers.bistri.com/...
Crocodile https://www.crocodilertc.net/...
EasyRTC http://www.easyrtc.com/docs/
Janus http://janus.conf.meetecho.co...
JsSIP http://jssip.net/documentation/
Openclove http://developer.openclove.co...
Oracle http://docs.oracle.com/cd/E40...
Peerjs http://peerjs.com/docs/#api
Phono http://phono.com/docs
Plivo https://plivo.com/docs/sdk/web/
Pubnub http://www.pubnub.com/docs/ja...
Quobis https://quobis.atlassian.net/...
SimpleWebRTC from &Yet http://simplewebrtc.com/
SIPML5 http://sipml5.org/docgen/symb...
TenHands https://www.tenhands.net/deve...
TokBox http://tokbox.com/opentok
Twilio http://www.twilio.com/client/api
Voximplant http://voximplant.com/docs/re...
Vline https://vline.com/developer/d...
Weemo http://docs.weemo.com/js/
Xirsys http://xirsys.com/_static_con...
Xsockets.net http://xsockets.net/docs/java...

VoIP/PSTN

  • https://kamailio.org
  • https://freeswitch.org/

值得关注的人

  • https://github.com/muaz-khan
  • https://github.com/chadwallac...
  • https://github.com/fippo

WebRTC主题

github上webrtc主题相关的仓库,干货非常多 https://github.com/topics/webrtc

相关文章

  • guide-to-safari-webrtc
  • WebKit: On the Road to WebRTC 1.0, Including VP8
  • whats-in-a-webrtc-javascript-library

你可能感兴趣的:(webrtc)