membraneframework-labs / membrane_videoroom

Apache License 2.0
42 stars 8 forks source link

Limit the amount of peers on the server #107

Closed daniel-jodlos closed 1 year ago

daniel-jodlos commented 1 year ago
mickel8 commented 1 year ago

Given that our machines got updated, we need to find out new constraints.

I also wonder about room limits because e.g. 4 peers in one room differ from 2 rooms, 2 peers each

daniel-jodlos commented 1 year ago

I also wonder about room limits because e.g. 4 peers in one room differ from 2 rooms, 2 peers each

One big room is the worst-case scenario. I intentionally selected the simplest solution, as we are in a hurry.

Given that our machines got updated, we need to find out new constraints.

Should be straightforward, if old machines could handle 5 peers, then the new ones should be able to handle 7. But we may in fact want to find these values empirically.