Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-04-16 16:30:40 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-04-16 16:30:40 +0300
commit74a7cba1f60c4f3b4745a5873bcca61f58498d4c (patch)
tree2584c6ea16ae4f337352e9d030596eb4b5a082f4 /page-talk.php
parenta3e6d90c1c67638ed46d8605425972bcbb8e5c64 (diff)
Firefox and Safari suck for video calls
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-talk.php')
-rw-r--r--page-talk.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/page-talk.php b/page-talk.php
index 38677cf2..90341e7e 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -399,6 +399,7 @@
<div class="col-md-6">
<p class="section--paragraph__tittle"><?php echo $l->t('Scaling in enterprise setup');?></p>
<p class="section--paragraph"><?php echo $l->t('To help with scaling, users can disable video. Sending audio and video, as well as the compute power required to decode the video streams on clients, are the biggest limiting factors, with most asymetric internet connections bottlenecked on upstream bandwidth and laptops and mobile devices especially having trouble decoding multipe 480P/30FPS video streams.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Also note that the current releases of Firefox and Safari have a number of limitations in their handling of online video calls that increase bandwidth use significantly. Using Chrome based browsers decreases the needed bandwidth and allows more participants in a call.');?></p>
<p class="section--paragraph"><?php echo $l->t('The High Performance Back-end offered by Nextcloud partner Struktur includes a Selective Forward Unit (SFU) which solves this bottleneck by receiving one stream from each user and forwarding it as needed. This allows scaling a single call to about 30-50 active participants, up to hundreds when doing a webinar.');?></p>
</div>
</div>