diff options
author | tuxayo <victor@tuxayo.net> | 2018-06-03 17:47:54 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-06-03 17:47:54 +0200 |
commit | 049539eb4cd0dc237ea7c491ecba43da990b04eb (patch) | |
tree | 19cc66747c5af03012b26fc5b8e2b974e3402fdf /FAQ.md | |
parent | 50a3f3b821cd255ad8ae43f086aede0d2c9c778a (diff) | |
download | PeerTube-049539eb4cd0dc237ea7c491ecba43da990b04eb.tar.gz PeerTube-049539eb4cd0dc237ea7c491ecba43da990b04eb.tar.zst PeerTube-049539eb4cd0dc237ea7c491ecba43da990b04eb.zip |
(doc) out of date summary with broken link + rephrase (#621)
"Which" seems more appropriate than "what" to talk about formats.
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ | |||
10 | - [What is WebSeed?](#what-is-webseed) | 10 | - [What is WebSeed?](#what-is-webseed) |
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) | 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) |
12 | - [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) | 12 | - [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 | - [What codecs can I use for the videos I want to upload?](#what-codecs-can-i-use-for-the-videos-i-want-to-upload) | 13 | - [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 | - [I want to change my domain name, how can I do that?](#i-want-to-change-my-domain-name-how-can-i-do-that) | 14 | - [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 | - [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 | - [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent) | 16 | - [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent) |
@@ -52,7 +52,7 @@ In our benchmarks, 1,000,000 videos takes around 2GB of storage on PostgreSQL. | |||
52 | We think it is acceptable for a video platform. | 52 | We think it is acceptable for a video platform. |
53 | 53 | ||
54 | 54 | ||
55 | ## What container formats can I use for the videos I want to upload? | 55 | ## Which container formats can I use for the videos I want to upload? |
56 | 56 | ||
57 | WEBM, MP4 or OGV videos. | 57 | WEBM, MP4 or OGV videos. |
58 | 58 | ||