From a32858215063ef3d6c00e420d032e037b4fb5280 Mon Sep 17 00:00:00 2001 From: simonspa <1677436+simonspa@users.noreply.github.com> Date: Thu, 30 Apr 2020 12:16:09 +0200 Subject: Clarify scalabiliy section a bit Signed-off-by: Simon Spannagel --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 56093d4ed..5fd30c359 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,12 @@ Still a call creates a load on the members' browsers (decoding streams) and on t To make sure a call can sustain the largest number of participants, make sure that: * each participant has a fast upload and download -* each participant has a fast enough system (desktop/laptop browser, mobile device browsers will run out of computing power quickly) or uses the Android/iOS app. Best use a desktop browser like Firefox or Chrome. The WebRTC implementation in other browsers is often sub-par. On a laptop, plug in the power - this often results in better CPU performance. +* each participant has a fast enough system,this means + * On a desktop/laptop system, use a browser like Firefix or Chrome. The WebRTC implementation in other browsers is often sub-par. On a laptop, plug in the power - this often results in better CPU performance. + * On mobile device, use the Android/iOS app because mobile browsers will run out of computing power quickly * each participant disables video -With this setup, 20 users should be doable in a typical setup. +With this setup, 20 users should be possible in a typical setup. ### Scaling beyond 5-20 users in a call -- cgit v1.2.3 From 612364182be014f856d2e91ea974aa95d6be5c6d Mon Sep 17 00:00:00 2001 From: simonspa <1677436+simonspa@users.noreply.github.com> Date: Thu, 30 Apr 2020 12:21:54 +0200 Subject: Update README.md Signed-off-by: Simon Spannagel --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5fd30c359..d5ead3e92 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ Still a call creates a load on the members' browsers (decoding streams) and on t To make sure a call can sustain the largest number of participants, make sure that: * each participant has a fast upload and download -* each participant has a fast enough system,this means - * On a desktop/laptop system, use a browser like Firefix or Chrome. The WebRTC implementation in other browsers is often sub-par. On a laptop, plug in the power - this often results in better CPU performance. - * On mobile device, use the Android/iOS app because mobile browsers will run out of computing power quickly -* each participant disables video +* each participant has a fast enough system, this means + * on a desktop/laptop system, a browser like Firefix or Chrome should be used. The WebRTC implementation in other browsers is often sub-par. On a laptop, the power cord should be plugged in - this often results in better CPU performance. + * on mobile devices, the Android/iOS apps should be used because mobile browsers will run out of computing power quickly. +* all participants disable their video streams With this setup, 20 users should be possible in a typical setup. -- cgit v1.2.3