diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 5 insertions, 22 deletions
@@ -12,8 +12,7 @@ | |||
12 | </p> | 12 | </p> |
13 | 13 | ||
14 | <p align="center"> | 14 | <p align="center"> |
15 | Federated (ActivityPub) video streaming platform using P2P (BitTorrent) | 15 | Be part of a network of multiple small interconnected, federated, interoperable video hosting providers. Follow video creators and create videos. No vendor lock-in. All on a platform that is community-owned and ad-free. |
16 | directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>. | ||
17 | </p> | 16 | </p> |
18 | 17 | ||
19 | <p align="center"> | 18 | <p align="center"> |
@@ -63,19 +62,16 @@ directly in the web browser with <a href="https://github.com/feross/webtorrent"> | |||
63 | Introduction | 62 | Introduction |
64 | ---------------------------------------------------------------- | 63 | ---------------------------------------------------------------- |
65 | 64 | ||
66 | PeerTube is a free, decentralized and federated video platform developed as an alternative to other platforms that centralize our data and attention, such as YouTube, Dailymotion or Vimeo. :clapper: | 65 | PeerTube is a free, decentralized and federated video platform developed as an alternative to other platforms that centralize our data and attention, such as YouTube, Dailymotion or Vimeo. :clapper: But one organization hosting PeerTube alone may not have enough money to pay for bandwidth and video storage of its servers, all servers of PeerTube are interoperable as a federated network, and non-PeerTube servers can be part of the larger Vidiverse (federated video network) by talking our implementation of ActivityPub. Video load is reduced thanks to P2P (BitTorrent) in the web browser via <a href="https://github.com/feross/webtorrent">WebTorrent</a>. |
67 | |||
68 | PeerTube is a software that enables the creation of a network of multiple small interconnected video hosting providers, called instances. :movie_camera: :globe_with_meridians: | ||
69 | 66 | ||
70 | To learn more, see: | 67 | To learn more, see: |
71 | 68 | * This [two-minute video](https://framatube.org/videos/watch/217eefeb-883d-45be-b7fc-a788ad8507d3) (hosted on PeerTube) explaining what PeerTube is and how it works | |
72 | * This [two-minute video](https://framatube.org/videos/watch/217eefeb-883d-45be-b7fc-a788ad8507d3) explaining what PeerTube is and how it works (hosted on PeerTube, of course :wink:) | 69 | * PeerTube's project homepage, [joinpeertube.org](https://joinpeertube.org) |
73 | * PeerTube's Website, [joinpeertube.org](https://joinpeertube.org) | ||
74 | * Demonstration instances: | 70 | * Demonstration instances: |
75 | * [peertube.cpy.re](https://peertube.cpy.re) | 71 | * [peertube.cpy.re](https://peertube.cpy.re) |
76 | * [peertube2.cpy.re](https://peertube2.cpy.re) | 72 | * [peertube2.cpy.re](https://peertube2.cpy.re) |
77 | * [peertube3.cpy.re](https://peertube3.cpy.re) | 73 | * [peertube3.cpy.re](https://peertube3.cpy.re) |
78 | * This [video](https://peertube.cpy.re/videos/watch/da2b08d4-a242-4170-b32a-4ec8cbdca701) demonstrating the communication between PeerTube and [Mastodon](https://github.com/tootsuite/mastodon) (decentralized Twitter alternative) | 74 | * This [video](https://peertube.cpy.re/videos/watch/da2b08d4-a242-4170-b32a-4ec8cbdca701) demonstrating the communication between PeerTube and [Mastodon](https://github.com/tootsuite/mastodon) (a decentralized Twitter alternative) |
79 | 75 | ||
80 | :sparkles: Features | 76 | :sparkles: Features |
81 | ---------------------------------------------------------------- | 77 | ---------------------------------------------------------------- |
@@ -114,19 +110,6 @@ In addition to visitors using WebTorrent to share the load among them, instances | |||
114 | Content creators can get help from their viewers in the simplest way possible: a support button showing a message linking to their donation accounts or really anything else. No more pay-per-view and advertisements that hurt visitors and <strike>incentivize</strike> alter creativity (more about that in our <a href="./FAQ.md">FAQ</a>). | 110 | Content creators can get help from their viewers in the simplest way possible: a support button showing a message linking to their donation accounts or really anything else. No more pay-per-view and advertisements that hurt visitors and <strike>incentivize</strike> alter creativity (more about that in our <a href="./FAQ.md">FAQ</a>). |
115 | </p> | 111 | </p> |
116 | 112 | ||
117 | :question: Motivation | ||
118 | ---------------------------------------------------------------- | ||
119 | |||
120 | We can't build a FOSS video streaming alternative to YouTube, Dailymotion, | ||
121 | Vimeo... with centralized software. One organization alone may not have | ||
122 | enough money to pay for bandwidth and video storage of its servers. | ||
123 | |||
124 | So we need to have a decentralized network of servers seeding videos (as | ||
125 | [Diaspora](https://github.com/diaspora/diaspora) for example). But it's not | ||
126 | enough because one video could become popular and overload the server. That is | ||
127 | why we need to use a P2P protocol to limit the server load. Thanks to | ||
128 | [WebTorrent](https://github.com/feross/webtorrent), we can make BitTorrent inside the web browser, as of today. | ||
129 | |||
130 | :raised_hands: Contributing | 113 | :raised_hands: Contributing |
131 | ---------------------------------------------------------------- | 114 | ---------------------------------------------------------------- |
132 | 115 | ||