WebRTC Video Conferencing
HOME © Muaz Khan . @WebRTCWeb . Github . Latest issues . What's New?
#123456789
- This WebRTC experiment is aimed to transmit audio/video streams in many-to-many style.
- It setups multiple peer connections to support multi-user connectivity feature. Remember, WebRTC doesn't supports 3-way handshake!
- Out of multi-peers establishment; many RTP-ports are opened according to number of media streams referenced to each peer connection.
- Multi-ports establishment will cause huge CPU and bandwidth usage!
- Mesh networking model is implemented to open multiple interconnected peer connections.
- Maximum peer connections limit is 256 (on chrome). It means that 256 users can be interconnected!