↑ WEBRTC EXPERIMENTS

WebRTC Group File Sharing using RTCDataChannel APIs!

Copyright © 2013 Muaz Khan<@muazkh>.

Private file-hangout ?? /file-hangout/#123456789


A file-hangout experiment where all participants can share files like a group!

How it works?

  1. Multi-peers for group data connectivity
  2. Multip-sockets for group offer/answer exchange
  3. Multi SCTP/RTP data ports on single chrome/firefox instance
  4. Custom file sharing implementation for chrome
  5. in reality, it is peer-to-peer-to-peers....

Interested to learn how to share files using RTCDataChannel APIs?

You can use RTCMultiConnection.js for audio/video/screen sharing (i.e. conferencing/broadcasting); it supports multi-sessions establishment on the same page, group text chat and file sharing, auto user presence detection and many other features. You can try DataChannel.js too!

Feedback