]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - README.md
(doc) syntactic fixes (#764)
[github/Chocobozzz/PeerTube.git] / README.md
CommitLineData
d3b52378
C
1<h1 align="center">
2 PeerTube
3</h1>
8c308c2b 4
f2de393e 5<p align="center">
e755a63a
BB
6Federated (ActivityPub) video streaming platform using P2P (BitTorrent)
7directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
f2de393e 8</p>
88c8d458 9
77a87fec
C
10<p align="center">
11<strong>We are running <a href="https://www.kisskissbankbank.com/en/projects/peertube-a-free-and-federated-video-platform">a crowdfunding campaign</a> to pave the road to version 1.0 of PeerTube!</strong>
12</p>
570a60fa 13
d3b52378
C
14<p align="center">
15 <strong>Client</strong>
191ce958 16
d3b52378 17 <br />
8c308c2b 18
d3b52378
C
19 <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client">
20 <img src="https://david-dm.org/Chocobozzz/PeerTube.svg?path=client" alt="Dependency Status" />
21 </a>
22
c27c3a27 23 <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client&type=dev">
d3b52378
C
24 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" />
25 </a>
5f92c4dc 26
2e8e97f3
C
27 <a href="https://www.browserstack.com/automate/public-build/VXBPc0szNjUvRUNsREJQRFF6RkEvSjJBclZ4VUJBUm1hcS9RZGpUbitRST0tLWFWbjNEdVN6eEZpYTk4dGVpMkVlQWc9PQ==--644e755052bf7fe2346eb6e868be8e706718a17c%">
28 <img src='https://www.browserstack.com/automate/badge.svg?badge_key=VXBPc0szNjUvRUNsREJQRFF6RkEvSjJBclZ4VUJBUm1hcS9RZGpUbitRST0tLWFWbjNEdVN6eEZpYTk4dGVpMkVlQWc9PQ==--644e755052bf7fe2346eb6e868be8e706718a17c%'/>
29 </a>
d3b52378
C
30</p>
31
32<p align="center">
33 <strong>Server</strong>
34
35 <br />
36
37 <a href="https://travis-ci.org/Chocobozzz/PeerTube">
13fc89f4 38 <img src="https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=develop" alt="Build Status" />
d3b52378
C
39 </a>
40
41 <a href="https://david-dm.org/Chocobozzz/PeerTube">
42 <img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" />
43 </a>
44
c27c3a27 45 <a href="https://david-dm.org/Chocobozzz/PeerTube?type=dev">
d3b52378
C
46 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" />
47 </a>
48
d31910dd
C
49 <a href="http://standardjs.com/">
50 <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
d3b52378 51 </a>
80deae8d 52
5cefff7d 53 <a href="https://kiwiirc.com/client/irc.freenode.net/#peertube">
fcc5f77b 54 <img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" />
5cefff7d 55 </a>
d3b52378 56</p>
b4c5a1f8 57
d31910dd
C
58<br />
59
60<p align="center">
45ef55fc 61 <a href="https://peertube.cpy.re">
908f6e5e 62 <img src="https://lutim.cpy.re/mRdBAdeD.png" alt="screenshot" />
d31910dd
C
63 </a>
64</p>
15e3cdaa 65
0de51bb1
C
66## Getting Started
67
68 * **[Website](https://joinpeertube.org)**
69 * **[Instances list](https://instances.joinpeertube.org)**
b4b3e77d 70
15e3cdaa
C
71## Demonstration
72
e755a63a 73Want to see it in action?
1d1b7891 74
63bfad7e 75 * Demonstration servers:
d092f5ba
BA
76 * [peertube.cpy.re](https://peertube.cpy.re)
77 * [peertube2.cpy.re](https://peertube2.cpy.re)
78 * [peertube3.cpy.re](https://peertube3.cpy.re)
14122085 79 * [Video](https://framatube.org/videos/watch/217eefeb-883d-45be-b7fc-a788ad8507d3) What is PeerTube?
e755a63a 80 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504)
6139124c 81 to see what the "decentralization feature" looks like
b4b3e77d
C
82 * [Video](https://peertube.cpy.re/videos/watch/da2b08d4-a242-4170-b32a-4ec8cbdca701) to see
83 the communication between PeerTube and [Mastodon](https://github.com/tootsuite/mastodon)
15e3cdaa 84
88c8d458
C
85## Why
86
e755a63a
BB
87We can't build a FOSS video streaming alternatives to YouTube, Dailymotion,
88Vimeo... with a centralized software. One organization alone may not have
89enough money to pay for bandwidth and video storage of its servers.
88c8d458 90
e755a63a
BB
91So we need to have a decentralized network of servers seeding videos (as
92[Diaspora](https://github.com/diaspora/diaspora) for example). But it's not
c9e96ead
Y
93enough because one video could become famous and overload the server. That is
94why we need to use a P2P protocol to limit the server load. Thanks to
e755a63a 95[WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus
63bfad7e 96BitTorrent) inside the web browser, as of today.
88c8d458 97
63bfad7e 98## Dependencies
8c308c2b 99
63bfad7e
C
100 * nginx
101 * PostgreSQL
94a5ff8a 102 * Redis
9a989f81 103 * **NodeJS >= 8.x**
85cd99dc 104 * yarn
8c308c2b 105 * OpenSSL (cli)
99402413 106 * **FFmpeg >= 3.x**
8c308c2b 107
e8395f02 108## Run using Docker
109
4df6a1b8 110See the [docker guide](/support/doc/docker.md)
e8395f02 111
550a562c 112## Run on YunoHost
113[![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube)
114
115Peertube app for [YunoHost](https://yunohost.org). See [here](https://github.com/YunoHost-Apps/peertube_ynh)
116
63bfad7e 117## Production
94171ec5 118
4df6a1b8 119See the [production guide](/support/doc/production.md).
94171ec5 120
6a1787c1 121## Contribute/Translate/Test
6dde6a31 122
e755a63a 123See the [contributing
afe81767 124guide](/.github/CONTRIBUTING.md)
6a1787c1 125to see how to test or contribute to PeerTube (write documentation, translate, develop...). Spoiler alert: you don't need to be a
e755a63a 126coder to help!
6dde6a31 127
d59a8da8
C
128## API REST documentation
129
c0c7416a
C
130Quick Start: [/support/doc/api/quickstart.md](/support/doc/api/quickstart.md)
131
132Endpoints documentation:
d59a8da8 133
9e841674 134 * HTML version: [/support/doc/api/html/index.html](https://htmlpreview.github.io/?https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/html/index.html)
d59a8da8
C
135 * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml)
136
35501c0f
C
137## Tools
138
358770db
C
139 * [Import videos (YouTube, Dailymotion, Vimeo...)](/support/doc/tools.md)
140 * [Upload videos from the CLI](/support/doc/tools.md)
35501c0f 141
28e014c0
C
142## FAQ
143
144If you have a question, please try to find the answer in the [FAQ](/FAQ.md) first.
145
8c308c2b
C
146## Architecture
147
afe81767 148See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation.
241abd69 149
8c308c2b
C
150### Backend
151
e755a63a
BB
152 * The backend is a REST API.
153 * Servers communicate with each others with [Activity
154 Pub](https://www.w3.org/TR/activitypub/).
155 * Each server has its own users who query it (search videos, query where the
156 torrent URI of this specific video is...).
157 * If a user uploads a video, the server seeds it and sends its followers some
158 metadata (name, short description, torrent URI...).
c9e96ead 159 * A server is a tracker responsible for all the videos uploaded on it.
e755a63a
BB
160 * Even if nobody watches a video, it is seeded by the server (through
161 [WebSeed protocol](http://www.bittorrent.org/beps/bep_0019.html)) where the
162 video was uploaded.
8c308c2b
C
163
164Here are some simple schemes:
165
d3b52378
C
166<p align="center">
167
a988e81c 168<img src="https://lutim.cpy.re/6Qut3ure.png" alt="Decentralized" />
d3b52378 169
a988e81c 170<img src="https://lutim.cpy.re/NvRAcv6U.png" alt="Watch a video" />
8c308c2b 171
a988e81c 172<img src="https://lutim.cpy.re/pqKm3Q5S.png" alt="Watch a P2P video" />
8c308c2b 173
d3b52378 174</p>
5a649344
T
175
176## License
177
178Copyright (C) 2018 PeerTube Contributors
179
180This program is free software: you can redistribute it and/or modify
181it under the terms of the GNU Affero General Public License as published
c9e96ead 182by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
5a649344
T
183
184This program is distributed in the hope that it will be useful,
185but WITHOUT ANY WARRANTY; without even the implied warranty of
186MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
187GNU Affero General Public License for more details.
188
189You should have received a copy of the GNU Affero General Public License
190along with this program. If not, see <http://www.gnu.org/licenses/>.