tom-james-watson / p2p.chat

p2p video conferencing powered by WebRTC.
MIT License
686 stars 134 forks source link

What's the catch? #62

Closed soegaard closed 1 year ago

soegaard commented 1 year ago

The web site says:

What's the catch? p2p.chat uses what is referred to as a mesh architecture, where each participant in a call sends their video data directly to every other participant. The downside of this is that it requires more CPU and bandwidth as the numbers of users grows when compared to more traditional video conferencing. However, for calls with a small number of participants, this is not a problem.

But .. what's a small number?

Can I expect p2p.chat to work for 20 participants?

tom-james-watson commented 1 year ago

Definitely not. It will work ok for maybe about 2-5. But it's also completely dependent on being able to make direct connections between all users, which depends on the NAT setup of each person.