Back to Webrtc Experiment

WebRTC Video Conferencing

video-conferencing/index.html

latest895 B
Original Source

Private ?? #123456789 Setup New Conference

  1. This WebRTC experiment is aimed to transmit audio/video streams in many-to-many style.
  2. It setups multiple peer connections to support multi-user connectivity feature. Remember, WebRTC doesn't supports 3-way handshake!
  3. Out of multi-peers establishment; many RTP-ports are opened according to number of media streams referenced to each peer connection.
  4. Multi-ports establishment will cause huge CPU and bandwidth usage!
  5. Mesh networking model is implemented to open multiple interconnected peer connections.
  6. Maximum peer connections limit is 256 (on chrome). It means that 256 users can be interconnected!