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:
authorrakekniven <mark.ziegler@rakekniven.de>2020-10-27 14:37:58 +0300
committerGitHub <noreply@github.com>2020-10-27 14:37:58 +0300
commit9e28c64612b36141ec2d10d90a907cfbf702c0ae (patch)
tree4dd2d49d2cada700e7cb5a493f4cac13573264dc /page-talk.php
parentfe2375d5aa6444b06f43aa134de436fc5ddbb9f6 (diff)
Fixed typo
Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
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 fc1a530e..d5b86706 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -444,7 +444,7 @@
</div>
<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('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 multiple 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>