diff options
-rw-r--r-- | FAQ.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 | ||
86 | WEBM, MP4 or OGV videos. | 86 | WEBM, MP4 or OGV videos are supported by default (they are streamable formats), |
87 | but instance administrators can additionally enable support for MKV, MOV, AVI | ||
88 | and 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 | ||
120 | Yes you can, but you won't be able to send data to users that watch the video in their web browser. | 122 | Yes you can, but you won't be able to send data to users that watch the video in their web browser. |
121 | The reason is they connects to peers through WebRTC whereas your BitTorrent client uses classic TCP/UDP. | 123 | The reason is they connect to peers through WebRTC whereas your BitTorrent client uses classic TCP/UDP. |
122 | To check if your BitTorrent client supports WebTorrent you can see this issue: https://github.com/webtorrent/webtorrent/issues/369 | 124 | To check if your BitTorrent client supports WebTorrent you can see this issue: https://github.com/webtorrent/webtorrent/issues/369 |
123 | 125 | ||
124 | 126 | ||