aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-04-11 20:20:18 +0200
committerRigel Kent <sendmemail@rigelk.eu>2019-04-11 20:20:18 +0200
commit7b293f28686319242958dff7315cdd8ad74fc15e (patch)
tree22b8fc1a81c3e5be85fa54e0cd9700d1bd539eed
parent8f0bc73d7d5f4c88cbc5588a0ece12b3855c8f98 (diff)
downloadPeerTube-7b293f28686319242958dff7315cdd8ad74fc15e.tar.gz
PeerTube-7b293f28686319242958dff7315cdd8ad74fc15e.tar.zst
PeerTube-7b293f28686319242958dff7315cdd8ad74fc15e.zip
update FAQ to reflect new supported video formats
-rw-r--r--FAQ.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index e335868f8..7d8be96a7 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -83,7 +83,9 @@ We think it is acceptable for a video platform.
83 83
84## Which container formats can I use for the videos I want to upload? 84## Which container formats can I use for the videos I want to upload?
85 85
86WEBM, MP4 or OGV videos. 86WEBM, MP4 or OGV videos are supported by default (they are streamable formats),
87but instance administrators can additionally enable support for MKV, MOV, AVI
88and FLV formats when transcoding is enabled on their instance.
87 89
88 90
89## I want to change my domain name, how can I do that? 91## I want to change my domain name, how can I do that?
@@ -118,7 +120,7 @@ So you would need:
118## Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)? 120## Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?
119 121
120Yes you can, but you won't be able to send data to users that watch the video in their web browser. 122Yes you can, but you won't be able to send data to users that watch the video in their web browser.
121The reason is they connects to peers through WebRTC whereas your BitTorrent client uses classic TCP/UDP. 123The reason is they connect to peers through WebRTC whereas your BitTorrent client uses classic TCP/UDP.
122To check if your BitTorrent client supports WebTorrent you can see this issue: https://github.com/webtorrent/webtorrent/issues/369 124To check if your BitTorrent client supports WebTorrent you can see this issue: https://github.com/webtorrent/webtorrent/issues/369
123 125
124 126