WebRTC Group File Sharing
HOME © Muaz Khan . @WebRTCWeb . Github . Latest issues . What's New?
You can try this: https://www.webrtc-experiment.com/FileBufferReader/
A file-hangout experiment where all participants can share files in a group!
|
Private file-hangout ?? /file-hangout/#123456789
|
You can try SCTP based WebRTC File Sharing Demo!
How file-sharing experiment works?
- Multi-peers for group data connectivity
- Multip-sockets for group offer/answer exchange
- Multi SCTP/RTP data ports on single chrome/firefox instance
- Custom file sharing implementation for chrome
- In reality, it is peer-to-peer-to-peers....
Interested to learn how to share files using RTCDataChannel APIs?