summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-19 09:33:02 +0200
committerJoas Schilling <coding@schilljs.com>2020-05-19 09:33:02 +0200
commit1decc81edde491014239ee435987f46b61c44069 (patch)
treecb3b63d26cacc5c7339aad3f14bc0a9a514c9c4f /README.md
parent79890a3682891c2394412acb7873e1d8a0d8dd80 (diff)
Update screenshots
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 00bd9115c..a360a9036 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://github.com/nextcloud/spreed/raw/e419b79819963a631ce811ffed432853ec4723c2/docs/HPB-P2P.svg.png)
+![](https://github.com/nextcloud/spreed/raw/e419b79819963a631ce811ffed432853ec4723c2/docs/HPB-P2P.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's sending video that quickly becomes the bottleneck. Moreover, decoding all those video streams puts a big strain on the system of each participant.