]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - README.md
Update changelog
[github/Chocobozzz/PeerTube.git] / README.md
... / ...
CommitLineData
1<h1 align="center">
2 PeerTube
3</h1>
4
5<p align="center">
6Federated (ActivityPub) video streaming platform using P2P (BitTorrent)
7directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
8</p>
9
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>
13
14<p align="center">
15 <strong>Client</strong>
16
17 <br />
18
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
23 <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client&type=dev">
24 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" />
25 </a>
26
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>
30</p>
31
32<p align="center">
33 <strong>Server</strong>
34
35 <br />
36
37 <a href="https://travis-ci.org/Chocobozzz/PeerTube">
38 <img src="https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=develop" alt="Build Status" />
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
45 <a href="https://david-dm.org/Chocobozzz/PeerTube?type=dev">
46 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" />
47 </a>
48
49 <a href="http://standardjs.com/">
50 <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
51 </a>
52
53 <a href="https://kiwiirc.com/client/irc.freenode.net/#peertube">
54 <img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" />
55 </a>
56</p>
57
58<br />
59
60<p align="center">
61 <a href="https://peertube.cpy.re">
62 <img src="https://lutim.cpy.re/mRdBAdeD.png" alt="screenshot" />
63 </a>
64</p>
65
66<p align="center">
67 <strong><a title="Website" target="_blank" href="https://joinpeertube.org">Website</a> |
68 <a title="Instances list" target="_blank" href="https://instances.joinpeertube.org">Instances list</a>
69 </strong>
70</p>
71
72## Demonstration
73
74Want to see it in action?
75
76 * Demonstration servers:
77 * [peertube.cpy.re](http://peertube.cpy.re)
78 * [peertube2.cpy.re](http://peertube2.cpy.re)
79 * [peertube3.cpy.re](http://peertube3.cpy.re)
80 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504)
81 to see what the "decentralization feature" looks like
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)
84
85## Why
86
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.
90
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
93enough because one video could become famous and overload the server. It's the
94reason why we need to use a P2P protocol to limit the server load. Thanks to
95[WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus
96BitTorrent) inside the web browser, as of today.
97
98## Dependencies
99
100 * nginx
101 * PostgreSQL
102 * Redis
103 * **NodeJS >= 8.x**
104 * yarn
105 * OpenSSL (cli)
106 * **FFmpeg >= 3.x**
107
108## Run using Docker
109
110See the [docker guide](/support/doc/docker.md)
111
112## Production
113
114See the [production guide](/support/doc/production.md).
115
116## Contributing/Test
117
118See the [contributing
119guide](/.github/CONTRIBUTING.md)
120to see how to test or contribute to PeerTube. Spoiler alert: you don't need to be a
121coder to help!
122
123## API REST documentation
124
125Quick Start: [/support/doc/api/quickstart.md](/support/doc/api/quickstart.md)
126
127Endpoints documentation:
128
129 * 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)
130 * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml)
131
132## Tools
133
134 * [Import videos (YouTube, Dailymotion, Vimeo...)](/support/doc/tools.md)
135 * [Upload videos from the CLI](/support/doc/tools.md)
136
137## FAQ
138
139If you have a question, please try to find the answer in the [FAQ](/FAQ.md) first.
140
141## Architecture
142
143See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation.
144
145### Backend
146
147 * The backend is a REST API.
148 * Servers communicate with each others with [Activity
149 Pub](https://www.w3.org/TR/activitypub/).
150 * Each server has its own users who query it (search videos, query where the
151 torrent URI of this specific video is...).
152 * If a user uploads a video, the server seeds it and sends its followers some
153 metadata (name, short description, torrent URI...).
154 * A server is a tracker responsible for all the videos uploaded in it.
155 * Even if nobody watches a video, it is seeded by the server (through
156 [WebSeed protocol](http://www.bittorrent.org/beps/bep_0019.html)) where the
157 video was uploaded.
158
159Here are some simple schemes:
160
161<p align="center">
162
163<img src="https://lutim.cpy.re/6Qut3ure.png" alt="Decentralized" />
164
165<img src="https://lutim.cpy.re/NvRAcv6U.png" alt="Watch a video" />
166
167<img src="https://lutim.cpy.re/pqKm3Q5S.png" alt="Watch a P2P video" />
168
169</p>
170
171## License
172
173Copyright (C) 2018 PeerTube Contributors
174
175This program is free software: you can redistribute it and/or modify
176it under the terms of the GNU Affero General Public License as published
177by the Free Software Foundation, either version 3 of the License, or
178(at your option) any later version.
179
180This program is distributed in the hope that it will be useful,
181but WITHOUT ANY WARRANTY; without even the implied warranty of
182MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
183GNU Affero General Public License for more details.
184
185You should have received a copy of the GNU Affero General Public License
186along with this program. If not, see <http://www.gnu.org/licenses/>.