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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-04-03 18:03:46 +0300
committerGitHub <noreply@github.com>2020-04-03 18:03:46 +0300
commitab9a6c3af3608f2c46f3795428dc663839383838 (patch)
treec78e40c87c53aba5a497b0fbfcf1fcf5577e882a /README.md
parente419b79819963a631ce811ffed432853ec4723c2 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa023e559..97db1253a 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ A single video stream currently uses about 1 mbit/sec and the total required ban
1 mbit/s * (participants - 1)
```
-![](https://nextcloud.com/wp-content/themes/next/assets/img/features/HPB-P2P.svg.png)
+![](https://github.com/nextcloud/spreed/raw/e419b79819963a631ce811ffed432853ec4723c2/docs/HPB-P2P.svg.png)
This means that in a call with 5 participants, each has to send and receive about 4 mbit/sec. Given the asymetric nature of most typical broadband connections, it is sending video that quickly becomes the bottleneck. Moreover, decoding all those video streams put a big strain on the system of each participant.