simplewebrtc / SimpleWebRTC

Simplest WebRTC ever
Other
4.64k stars 1.2k forks source link

Ways to increase available stable room members #742

Open JakeTrock opened 5 years ago

JakeTrock commented 5 years ago

I run a webapp at https://www.hokucode.com I use a digitalocean VM with 512 mb ram and a single-core cpu. are there any shortcuts to allow more clients per room, like possibly lowering bitrates or some other solution? (I don't use video either). Should I keep using socket.io?

p.s. I remember an earlier post in the issue section stating that only 3 stable clients could connect at once, does that still apply?