Skip to main content

WebRTC is a free and open project that allows browsers and mobile applications to communicate in real time without the use of plugins and with an easy-to-use API. WebRTC components were optimized to meet this type of demand. It is a W3C standard and is available in current browsers.

Links:

Front in rio slides:

Real-time communication with WebRTC by [Alberto Souza](//www.slideshare.net /albertosouzajr)

Examples:

  1. https://github.com/webrtc/samples

To learn more about WebRTC:

  1. WebRTC basics video
  2. WebRTC data channels
  3. https://webrtchacks.com sote about webrtc
  4. Security: http://www.3cx.com/blog/webrtc/webrtc-secure/

Presentations

  1. AG Tech Presentation WebRTC  | en | 02/2015

Projects using WebRTC:

  1. Video, chat and audio calls: http://appear.in/
  2. Share files: https://www.sharedrop.io
  1. Debug connections in chrome://webrtc-internals/
  2. Check WebRTC support in browsers: http://iswebrtcreadyyet.com/#interop

Videos:

  1. Tutorial on WebRTC: https://www.youtube.com/watch?v=5ci91dfKCyc

Adapters and Libs:

  1. Adapter for client (browser): https://github.com/webrtc/adapter
  2. NPM module for signaling: http://peerjs.com/
Tags
Site session