diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -45,8 +45,8 @@ Be part of a network of multiple small federated, interoperable video hosting pr | |||
45 | 45 | ||
46 | <br /> | 46 | <br /> |
47 | 47 | ||
48 | <a href="https://framagit.org/framasoft/peertube/PeerTube/commits/develop"> | 48 | <a href="https://travis-ci.com/github/Chocobozzz/PeerTube"> |
49 | <img alt="pipeline status" src="https://framagit.org/framasoft/peertube/PeerTube/badges/develop/pipeline.svg" /> | 49 | <img alt="pipeline status" src="https://travis-ci.com/Chocobozzz/PeerTube.svg?branch=develop" /> |
50 | </a> | 50 | </a> |
51 | 51 | ||
52 | <a href="https://david-dm.org/Chocobozzz/PeerTube"> | 52 | <a href="https://david-dm.org/Chocobozzz/PeerTube"> |
@@ -73,7 +73,12 @@ Be part of a network of multiple small federated, interoperable video hosting pr | |||
73 | Introduction | 73 | Introduction |
74 | ---------------------------------------------------------------- | 74 | ---------------------------------------------------------------- |
75 | 75 | ||
76 | 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/webtorrent/webtorrent">WebTorrent</a>. | 76 | 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: |
77 | |||
78 | But one organization hosting PeerTube alone may not have enough money to pay for bandwidth and video storage of its servers, | ||
79 | all servers of PeerTube are interoperable as a federated network, and non-PeerTube servers can be part of the larger Vidiverse | ||
80 | (federated video network) by talking our implementation of ActivityPub. | ||
81 | Video load is reduced thanks to P2P in the web browser using <a href="https://github.com/webtorrent/webtorrent">WebTorrent</a> or <a href="https://github.com/novage/p2p-media-loader">p2p-media-loader</a>. | ||
77 | 82 | ||
78 | To learn more, see: | 83 | To learn more, see: |
79 | * 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 | 84 | * 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 |
@@ -170,11 +175,9 @@ See [how to create your own instance](https://github.com/Chocobozzz/PeerTube/blo | |||
170 | 175 | ||
171 | See the more general [admin documentation](https://docs.joinpeertube.org/#/admin-following-instances). | 176 | See the more general [admin documentation](https://docs.joinpeertube.org/#/admin-following-instances). |
172 | 177 | ||
173 | #### Tools | 178 | ### Tools documentation |
174 | 179 | ||
175 | * [Import videos (YouTube, Dailymotion, Vimeo...)](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/tools.md) | 180 | Learn how to import/upload videos from CLI or admin your PeerTube instance with the [tools documentation](https://docs.joinpeertube.org/#/maintain-tools). |
176 | * [Upload videos from the CLI](https://github.com/Chocobozzz/PeerTube/blob/support/doc/tools.md) | ||
177 | * [Admin server tools (create transcoding jobs, prune storage...)](https://github.com/Chocobozzz/PeerTube/blob/support/doc/tools.md#server-tools) | ||
178 | 181 | ||
179 | ### Technical documentation | 182 | ### Technical documentation |
180 | 183 | ||
@@ -196,7 +199,7 @@ Quonfucius, IP Solution, \_Laure\_, @lex666, 0x010C, 3dsman, 3rw4n-G3D, aallrd, | |||
196 | 199 | ||
197 | ## License | 200 | ## License |
198 | 201 | ||
199 | Copyright (C) 2015-2019 PeerTube Contributors | 202 | Copyright (C) 2015-2020 PeerTube Contributors |
200 | 203 | ||
201 | This program is free software: you can redistribute it and/or modify | 204 | This program is free software: you can redistribute it and/or modify |
202 | it under the terms of the GNU Affero General Public License as published | 205 | it under the terms of the GNU Affero General Public License as published |