mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-24 09:40:28 -06:00
(doc/faq) add precision regarding code forge
This commit is contained in:
parent
c9e96ead93
commit
97b72ed12f
7
FAQ.md
7
FAQ.md
@ -14,6 +14,7 @@
|
||||
- [I want to change my domain name, how can I do that?](#i-want-to-change-my-domain-name-how-can-i-do-that)
|
||||
- [Should I have a big server to run PeerTube?](#should-i-have-a-big-server-to-run-peertube)
|
||||
- [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent)
|
||||
- [Why host on GitHub and Framagit?](#why-host-on-github-and-framagit)
|
||||
- [Are you going to use the Steem blockchain?](#are-you-going-to-use-the-steem-blockchain)
|
||||
- [Are you going to support advertisements?](#are-you-going-to-support-advertisements)
|
||||
- [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
|
||||
server, and choose a name you want. For example, [this instance](https://framatube.org/)
|
||||
is named "Framatube".
|
||||
|
||||
|
||||
## If nobody watches a video, is it seeded?
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
|
||||
## Why host on GitHub and Framagit?
|
||||
|
||||
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.
|
||||
|
||||
|
||||
## Are you going to use the Steem blockchain?
|
||||
|
||||
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
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published
|
||||
by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
by the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
|
Loading…
Reference in New Issue
Block a user