diff options
-rw-r--r-- | FAQ.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -13,6 +13,8 @@ | |||
13 | - [Will an index of all the videos of servers you follow be too large for small servers?](#will-an-index-of-all-the-videos-of-servers-you-follow-be-too-large-for-small-servers) | 13 | - [Will an index of all the videos of servers you follow be too large for small servers?](#will-an-index-of-all-the-videos-of-servers-you-follow-be-too-large-for-small-servers) |
14 | - [Which container formats can I use for the videos I want to upload?](#which-container-formats-can-i-use-for-the-videos-i-want-to-upload) | 14 | - [Which container formats can I use for the videos I want to upload?](#which-container-formats-can-i-use-for-the-videos-i-want-to-upload) |
15 | - [I want to change my domain name, how can I do that?](#i-want-to-change-my-domain-name-how-can-i-do-that) | 15 | - [I want to change my domain name, how can I do that?](#i-want-to-change-my-domain-name-how-can-i-do-that) |
16 | - [Why do we have to put our Twitter username in PeerTube configuration?](#why-do-we-have-to-put-our-twitter-username-in-peertube-configuration) | ||
17 | - [How video views are calculated?](#how-video-views-are-calculated) | ||
16 | - [Should I have a big server to run PeerTube?](#should-i-have-a-big-server-to-run-peertube) | 18 | - [Should I have a big server to run PeerTube?](#should-i-have-a-big-server-to-run-peertube) |
17 | - [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent) | 19 | - [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent) |
18 | - [Why host on GitHub and Framagit?](#why-host-on-github-and-framagit) | 20 | - [Why host on GitHub and Framagit?](#why-host-on-github-and-framagit) |
@@ -89,6 +91,18 @@ WEBM, MP4 or OGV videos. | |||
89 | You can't. You'll need to reinstall an instance and reupload your videos. | 91 | You can't. You'll need to reinstall an instance and reupload your videos. |
90 | 92 | ||
91 | 93 | ||
94 | ## Why do we have to put our Twitter username in PeerTube configuration? | ||
95 | |||
96 | You don't have to: we set a default value if you don't have a Twitter account. | ||
97 | We need this information because Twitter requires an account for links share/videos embed on their platform. | ||
98 | |||
99 | |||
100 | ## How video views are calculated? | ||
101 | |||
102 | Your web browser sends a view to the server after 30 seconds of playback. Then, the IP cannot send another view in the next hour. | ||
103 | Views are buffered, so don't panic if the view counter stays the same after you watched a video. | ||
104 | |||
105 | |||
92 | ## Should I have a big server to run PeerTube? | 106 | ## Should I have a big server to run PeerTube? |
93 | 107 | ||
94 | Not really. For instance, the demonstration server [https://peertube.cpy.re](https://peertube.cpy.re) has 2 vCore and 2GB of RAM and consumes on average: | 108 | Not really. For instance, the demonstration server [https://peertube.cpy.re](https://peertube.cpy.re) has 2 vCore and 2GB of RAM and consumes on average: |