diff options
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -59,7 +59,7 @@ is named "Framatube". | |||
59 | 59 | ||
60 | Yes, the origin server always seeds videos uploaded on it thanks to | 60 | Yes, the origin server always seeds videos uploaded on it thanks to |
61 | [Webseed](http://www.bittorrent.org/beps/bep_0019.html). | 61 | [Webseed](http://www.bittorrent.org/beps/bep_0019.html). |
62 | It can also be helped by other servers using [redundancy](https://docs.joinpeertube.org/#/contribute-architecture?id=redundancy-between-instances). | 62 | It can also be helped by other servers using [redundancy](https://docs.joinpeertube.org/contribute-architecture?id=redundancy-between-instances). |
63 | 63 | ||
64 | 64 | ||
65 | ## What is WebSeed? | 65 | ## What is WebSeed? |
@@ -89,7 +89,7 @@ and FLV formats when transcoding is enabled on their instance. | |||
89 | 89 | ||
90 | ## I want to change my domain name, how can I do that? | 90 | ## I want to change my domain name, how can I do that? |
91 | 91 | ||
92 | It's not officially supported, but you can try the `update-host` script: https://docs.joinpeertube.org/#/maintain-tools?id=update-hostjs | 92 | It's not officially supported, but you can try the `update-host` script: https://docs.joinpeertube.org/maintain-tools?id=update-hostjs |
93 | 93 | ||
94 | 94 | ||
95 | ## Why do we have to put our Twitter username in the PeerTube configuration? | 95 | ## Why do we have to put our Twitter username in the PeerTube configuration? |
@@ -141,7 +141,7 @@ Take a server for example with a 1 Gbit/s uplink for example pushing out 1080p60 | |||
141 | 141 | ||
142 | But what if you need to serve more users? That's where PeerTube's federation feature shines. If other PeerTube instances following yours, chances are they have decided to mirror part of your instance! The feature is called "server redundancy" and caches your most popular videos to help serve additional viewers. While viewers themselves contribute a little additional bandwidth while watching the video in their browsers (mostly during surges), mirroring servers have a much greater uplink and will help your instance with sustained higher concurrent streaming. | 142 | But what if you need to serve more users? That's where PeerTube's federation feature shines. If other PeerTube instances following yours, chances are they have decided to mirror part of your instance! The feature is called "server redundancy" and caches your most popular videos to help serve additional viewers. While viewers themselves contribute a little additional bandwidth while watching the video in their browsers (mostly during surges), mirroring servers have a much greater uplink and will help your instance with sustained higher concurrent streaming. |
143 | 143 | ||
144 | If all your preparations and friends' bandwidth is not enough, you might prefer serving files from a CDN ; see our [remote storage guide](https://docs.joinpeertube.org/#/admin-remote-storage). | 144 | If all your preparations and friends' bandwidth is not enough, you might prefer serving files from a CDN ; see our [remote storage guide](https://docs.joinpeertube.org/admin-remote-storage). |
145 | 145 | ||
146 | ## Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)? | 146 | ## Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)? |
147 | 147 | ||