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-22 10:18:54 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-04-22 10:18:54 +0300
commit18f05a81d46849621e1cae462305568f53d46b29 (patch)
treeaa011dbfa449f026685e8b5b328792fdc92dcce6 /page-talk.php
parentb223210fcefb92ba72f81588ea00ab1de9d416f5 (diff)
remove the Firefox issue mention, doesn't apply to us
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-talk.php')
-rw-r--r--page-talk.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-talk.php b/page-talk.php
index 90341e7e..b911e4bd 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -399,7 +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('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>