diff options
-rw-r--r-- | FAQ.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -32,6 +32,7 @@ is named "Framatube". | |||
32 | 32 | ||
33 | Yes, the origin server always seeds videos uploaded on it thanks to | 33 | Yes, the origin server always seeds videos uploaded on it thanks to |
34 | [Webseed](http://www.bittorrent.org/beps/bep_0019.html). | 34 | [Webseed](http://www.bittorrent.org/beps/bep_0019.html). |
35 | It can also be helped by other servers using [redundancy](/support/doc/redundancy.md). | ||
35 | 36 | ||
36 | 37 | ||
37 | ## What is WebSeed? | 38 | ## What is WebSeed? |
@@ -71,7 +72,7 @@ Not really. For instance, the demonstration server [https://peertube.cpy.re](htt | |||
71 | * **RAM** -> nginx ~ 6MB, peertube ~ 120MB, postgres ~ 10MB, redis ~ 5MB | 72 | * **RAM** -> nginx ~ 6MB, peertube ~ 120MB, postgres ~ 10MB, redis ~ 5MB |
72 | 73 | ||
73 | So you would need: | 74 | So you would need: |
74 | * **CPU** 1 core if you don't enable transcoding, 2 at least if you enable it | 75 | * **CPU** 1 core if you don't enable transcoding, 2 at least if you enable it (works with 1 but this is really slow) |
75 | * **RAM** 1GB | 76 | * **RAM** 1GB |
76 | * **Storage** Completely depends on how many videos your users will upload | 77 | * **Storage** Completely depends on how many videos your users will upload |
77 | 78 | ||
@@ -80,7 +81,7 @@ So you would need: | |||
80 | 81 | ||
81 | Yes you can, but you won't be able to send data to users that watch the video in their web browser. | 82 | Yes you can, but you won't be able to send data to users that watch the video in their web browser. |
82 | The reason is they connects to peers through WebRTC whereas your BitTorrent client uses classic TCP/UDP. | 83 | The reason is they connects to peers through WebRTC whereas your BitTorrent client uses classic TCP/UDP. |
83 | We hope to see compatibility with WebRTC in popular BitTorrent client in the future. See this issue for more information: https://github.com/webtorrent/webtorrent/issues/369 | 84 | To check if your BitTorrent client supports WebTorrent you can see this issue: https://github.com/webtorrent/webtorrent/issues/369 |
84 | 85 | ||
85 | 86 | ||
86 | ## Why host on GitHub and Framagit? | 87 | ## Why host on GitHub and Framagit? |