diff options
-rw-r--r-- | FAQ.md | 26 |
1 files changed, 20 insertions, 6 deletions
@@ -8,21 +8,24 @@ | |||
8 | - [Why did you create PeerTube?](#why-did-you-create-peertube) | 8 | - [Why did you create PeerTube?](#why-did-you-create-peertube) |
9 | - [I don't like the name "PeerTube"](#i-dont-like-the-name-peertube) | 9 | - [I don't like the name "PeerTube"](#i-dont-like-the-name-peertube) |
10 | - [If nobody watches a video, is it seeded?](#if-nobody-watches-a-video-is-it-seeded) | 10 | - [If nobody watches a video, is it seeded?](#if-nobody-watches-a-video-is-it-seeded) |
11 | - [What is WebSeed?](#what-is-webseed) | ||
12 | - [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) | ||
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) | 11 | - [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) | 12 | - [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) | 13 | - [Why do we have to put our Twitter username in the PeerTube configuration?](#why-do-we-have-to-put-our-twitter-username-in-the-peertube-configuration) |
17 | - [How are video views counted?](#how-are-video-views-counted) | 14 | - [How are video views counted?](#how-are-video-views-counted) |
18 | - [Should I have a big server to run PeerTube?](#should-i-have-a-big-server-to-run-peertube) | 15 | - [Should I have a big server to run PeerTube?](#should-i-have-a-big-server-to-run-peertube) |
16 | - [CPU](#cpu) | ||
17 | - [RAM](#ram) | ||
18 | - [Storage](#storage) | ||
19 | - [Network](#network) | ||
19 | - [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent) | 20 | - [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent) |
20 | - [Why host on GitHub and Framagit?](#why-host-on-github-and-framagit) | 21 | - [Why host on GitHub and Framagit?](#why-host-on-github-and-framagit) |
21 | - [Are you going to use the Steem blockchain?](#are-you-going-to-use-the-steem-blockchain) | 22 | - [Are you going to use a blockchain (like Steem)?](#are-you-going-to-use-a-blockchain-like-steem) |
22 | - [Are you going to support advertisements?](#are-you-going-to-support-advertisements) | 23 | - [Are you going to support advertisements?](#are-you-going-to-support-advertisements) |
23 | - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it) | 24 | - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it) |
24 | - [I have found a security vulnerability in PeerTube. Where and how should I report it?](#i-have-found-a-security-vulnerability-in-peertube-where-and-how-should-i-report-it) | 25 | - [I have found a security vulnerability in PeerTube. Where and how should I report it?](#i-have-found-a-security-vulnerability-in-peertube-where-and-how-should-i-report-it) |
25 | - [Does PeerTube ensure federation compatibility with previous version?](#does-peertube-ensure-federation-compatibility-with-previous-version) | 26 | - [Does PeerTube ensure federation compatibility with previous version?](#does-peertube-ensure-federation-compatibility-with-previous-version) |
27 | - [Are specific versions of PeerTube long term supported?](#are-specific-versions-of-peertube-long-term-supported) | ||
28 | - [When approximately can I expect the next version of PeerTube to arrive?](#when-approximately-can-i-expect-the-next-version-of-peertube-to-arrive) | ||
26 | 29 | ||
27 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> | 30 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
28 | 31 | ||
@@ -175,3 +178,14 @@ We have a policy for contributions related to security. Please refer to [SECURIT | |||
175 | 178 | ||
176 | We **try** to keep compatibility with the latest minor version (2.3.1 with 2.2 for example). | 179 | We **try** to keep compatibility with the latest minor version (2.3.1 with 2.2 for example). |
177 | We don't have resources to keep compatibility with other versions. | 180 | We don't have resources to keep compatibility with other versions. |
181 | |||
182 | |||
183 | ## Are specific versions of PeerTube long term supported? | ||
184 | |||
185 | We don't have enough resource to maintain a PeerTube LTS version. | ||
186 | Please always upgrade to the latest version. | ||
187 | |||
188 | |||
189 | ## When approximately can I expect the next version of PeerTube to arrive? | ||
190 | |||
191 | Anything from 2 to 6 months, with no promises. | ||