diff options
-rw-r--r-- | FAQ.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,7 @@ | |||
5 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | 5 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
6 | 6 | ||
7 | 7 | ||
8 | - [I don't like the name "PeerTube"](#i-dont-like-the-name-peertube) | ||
8 | - [If nobody watches a video, is it seeded?](#if-nobody-watches-a-video-is-it-seeded) | 9 | - [If nobody watches a video, is it seeded?](#if-nobody-watches-a-video-is-it-seeded) |
9 | - [What is WebSeed?](#what-is-webseed) | 10 | - [What is WebSeed?](#what-is-webseed) |
10 | - [If a client requests each chunk of a video through HTTP, will the server be overloaded?](#if-a-client-requests-each-chunk-of-a-video-through-http-will-the-server-be-overloaded) | 11 | - [If a client requests each chunk of a video through HTTP, will the server be overloaded?](#if-a-client-requests-each-chunk-of-a-video-through-http-will-the-server-be-overloaded) |
@@ -19,6 +20,12 @@ | |||
19 | 20 | ||
20 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> | 21 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
21 | 22 | ||
23 | ## I don't like the name "PeerTube" | ||
24 | |||
25 | PeerTube is just the name of the software. You can install it on your | ||
26 | server, and choose the name you want. For example, [this instance](https://framatube.org/) | ||
27 | is named "Framatube". | ||
28 | |||
22 | ## If nobody watches a video, is it seeded? | 29 | ## If nobody watches a video, is it seeded? |
23 | 30 | ||
24 | Yes, the origin server always seeds videos uploaded on it thanks to | 31 | Yes, the origin server always seeds videos uploaded on it thanks to |