diff options
-rw-r--r-- | FAQ.md | 7 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 9 insertions, 1 deletions
@@ -14,6 +14,7 @@ | |||
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) |
17 | - [Why host on GitHub and Framagit?](#why-host-on-github-and-framagit) | ||
17 | - [Are you going to use the Steem blockchain?](#are-you-going-to-use-the-steem-blockchain) | 18 | - [Are you going to use the Steem blockchain?](#are-you-going-to-use-the-steem-blockchain) |
18 | - [Are you going to support advertisements?](#are-you-going-to-support-advertisements) | 19 | - [Are you going to support advertisements?](#are-you-going-to-support-advertisements) |
19 | - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it) | 20 | - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it) |
@@ -26,6 +27,7 @@ PeerTube is just the name of the software. You can install it on your | |||
26 | server, and choose a name you want. For example, [this instance](https://framatube.org/) | 27 | server, and choose a name you want. For example, [this instance](https://framatube.org/) |
27 | is named "Framatube". | 28 | is named "Framatube". |
28 | 29 | ||
30 | |||
29 | ## If nobody watches a video, is it seeded? | 31 | ## If nobody watches a video, is it seeded? |
30 | 32 | ||
31 | Yes, the origin server always seeds videos uploaded on it thanks to | 33 | Yes, the origin server always seeds videos uploaded on it thanks to |
@@ -81,6 +83,11 @@ The reason is they connects to peers through WebRTC whereas your BitTorrent clie | |||
81 | We hope to see compatibility with WebRTC in popular BitTorrent client in the future. See this issue for more information: https://github.com/webtorrent/webtorrent/issues/369 | 83 | We hope to see compatibility with WebRTC in popular BitTorrent client in the future. See this issue for more information: https://github.com/webtorrent/webtorrent/issues/369 |
82 | 84 | ||
83 | 85 | ||
86 | ## Why host on GitHub and Framagit? | ||
87 | |||
88 | The project has initially been hosted on GitHub by Chocobozzz. A full migration to [Framagit](https://framagit.org/chocobozzz/PeerTube) would be ideal now that Framasoft supports PeerTube, but it would take a lot of time and is an ongoing effort. | ||
89 | |||
90 | |||
84 | ## Are you going to use the Steem blockchain? | 91 | ## Are you going to use the Steem blockchain? |
85 | 92 | ||
86 | Short answer: no, since like most appchains/votechains, it modifies the dynamic of creation, and as such cannot be integrated into mainline PeerTube. Read more about that in [the dedicated section](#what-is-creation-dynamic-and-why-not-modify-it). | 93 | Short answer: no, since like most appchains/votechains, it modifies the dynamic of creation, and as such cannot be integrated into mainline PeerTube. Read more about that in [the dedicated section](#what-is-creation-dynamic-and-why-not-modify-it). |
@@ -179,7 +179,8 @@ Copyright (C) 2018 PeerTube Contributors | |||
179 | 179 | ||
180 | This program is free software: you can redistribute it and/or modify | 180 | This program is free software: you can redistribute it and/or modify |
181 | it under the terms of the GNU Affero General Public License as published | 181 | it under the terms of the GNU Affero General Public License as published |
182 | by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | 182 | by the Free Software Foundation, either version 3 of the License, or |
183 | (at your option) any later version. | ||
183 | 184 | ||
184 | This program is distributed in the hope that it will be useful, | 185 | This program is distributed in the hope that it will be useful, |
185 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 186 | but WITHOUT ANY WARRANTY; without even the implied warranty of |