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 15:21:52 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-04-16 15:21:52 +0300
commite1ea85e541c9815ed590d21c63fa6ba8a19faa3b (patch)
tree7f19bab327eac591fd3acc15ecb36dcd2a265d27 /page-talk.php
parent5e4fd15bb330681519cbf5cbfec08191424c1204 (diff)
add missing .
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 2dbf486a..38677cf2 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -398,7 +398,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 multipe 480P/30FPS video streams.');?></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>