summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--appinfo/info.xml1
-rw-r--r--docs/call-in-action.pngbin1494800 -> 1016791 bytes
-rw-r--r--docs/file-darg-and-drop.pngbin0 -> 141838 bytes
4 files changed, 2 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.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b95721982..f52424540 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -42,6 +42,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/call-in-action.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/chat.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/file-darg-and-drop.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/screensharing.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/video-verfication.png</screenshot>
diff --git a/docs/call-in-action.png b/docs/call-in-action.png
index edad49288..0ae15f3a7 100644
--- a/docs/call-in-action.png
+++ b/docs/call-in-action.png
Binary files differ
diff --git a/docs/file-darg-and-drop.png b/docs/file-darg-and-drop.png
new file mode 100644
index 000000000..9d1762568
--- /dev/null
+++ b/docs/file-darg-and-drop.png
Binary files differ