]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - README.md
Update readme
[github/Chocobozzz/PeerTube.git] / README.md
CommitLineData
d3b52378
C
1<h1 align="center">
2 PeerTube
3</h1>
8c308c2b 4
d3b52378 5<h4 align="center">
fe783f6b 6Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
d3b52378 7</h4>
88c8d458 8
570a60fa
BF
9**PeerTube is sponsored by Framasoft, a non-profit that promotes, spreads and develops free-libre software. If you want to support the project, please [consider donating them](https://soutenir.framasoft.org/en/).**
10
d3b52378
C
11<p align="center">
12 <strong>Client</strong>
191ce958 13
d3b52378 14 <br />
8c308c2b 15
d3b52378
C
16 <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client">
17 <img src="https://david-dm.org/Chocobozzz/PeerTube.svg?path=client" alt="Dependency Status" />
18 </a>
19
28974889 20 <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client#info=dev">
d3b52378
C
21 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" />
22 </a>
23</p>
24
25<p align="center">
26 <strong>Server</strong>
27
28 <br />
29
30 <a href="https://travis-ci.org/Chocobozzz/PeerTube">
13fc89f4 31 <img src="https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=develop" alt="Build Status" />
d3b52378
C
32 </a>
33
34 <a href="https://david-dm.org/Chocobozzz/PeerTube">
35 <img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" />
36 </a>
37
28974889 38 <a href="https://david-dm.org/Chocobozzz/PeerTube#info=dev">
d3b52378
C
39 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" />
40 </a>
41
d31910dd
C
42 <a href="http://standardjs.com/">
43 <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
d3b52378 44 </a>
80deae8d 45
5cefff7d 46 <a href="https://kiwiirc.com/client/irc.freenode.net/#peertube">
fcc5f77b 47 <img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" />
5cefff7d 48 </a>
d3b52378 49</p>
b4c5a1f8 50
d31910dd
C
51<br />
52
53<p align="center">
45ef55fc
C
54 <a href="https://peertube.cpy.re">
55 <img src="https://lutim.cpy.re/9HOUfGK8" alt="screenshot" />
d31910dd
C
56 </a>
57</p>
15e3cdaa
C
58
59## Demonstration
60
1d1b7891
C
61Want to see in action?
62
d5f345ed 63 * [Demo server](http://peertube.cpy.re)
8a02bd04 64 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) to see how the "decentralization feature" looks like
a67b3e76 65 * Experimental demo servers that share videos (they are in the same network): [peertube2](http://peertube2.cpy.re), [peertube3](http://peertube3.cpy.re). Since I do experiments with them, sometimes they might not work correctly.
15e3cdaa 66
88c8d458
C
67## Why
68
69We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, Vimeo... with a centralized software. One organization alone cannot have enought money to pay bandwith and video storage of its server.
70
71So we need to have a decentralized network (as [Diaspora](https://github.com/diaspora/diaspora) for example).
72But it's not enought because one video could become famous and overload the server.
73It's the reason why we need to use a P2P protocol to limit the server load.
2eb5a041 74Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now.
88c8d458 75
8c308c2b
C
76## Features
77
da817527 78- [X] Frontend
361b7df2 79 - [X] Angular frontend
45239549 80- [X] Join a network
8c308c2b
C
81 - [X] Generate a RSA key
82 - [X] Ask for the friend list of other pods and make friend with them
45239549
C
83 - [X] Get the list of the videos owned by a pod when making friend with it
84 - [X] Post the list of its own videos when making friend with another pod
85- [X] Quit a network
8c308c2b
C
86- [X] Upload a video
87 - [X] Seed the video
88 - [X] Send the meta data to all other friends
89- [X] Remove the video
90- [X] List the videos
91- [X] Search a video name (local index)
2eb5a041 92- [X] View the video in an HTML5 page with WebTorrent
07d93203 93- [X] Manage admin account
da817527
C
94 - [X] Connection
95 - [X] Account rights (upload...)
3bcb78b3 96- [X] Make the network auto sufficient (eject bad pods etc)
fe783f6b 97- [X] Validate the prototype (test PeerTube in a real world)
199cef3a 98- [ ] Manage inter pod API breaks
8c308c2b 99- [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
19a08a34
C
100- [X] Admin panel
101 - [X] Stats
50e708d5 102 - [X] Friends list
0c8e4ebe 103 - [X] Manage users (create/remove)
900f0d2b 104- [X] OpenGraph tags
604e02ab 105- [X] OEmbed
00871a26 106- [X] Update video
604e02ab 107- [X] Videos view counter
2d7653dc 108- [X] Videos likes/dislikes
604e02ab
C
109- [X] Transcoding to different definitions
110- [X] Download file/torrent
111- [X] User video bytes quota
112- [X] User channels
113- [X] NSFW warnings/settings
114- [X] Video description in markdown
115- [X] User roles (administrator, moderator)
00871a26 116- [X] User registration
604e02ab 117- [X] Video privacy settings (public, unlisted or private)
00871a26 118- [X] Signaling a video to the admin origin pod
604e02ab
C
119- [ ] Videos comments
120- [ ] User playlist
121- [ ] User subscriptions (by tags, author...)
00871a26 122
8c308c2b 123
94171ec5 124## Installation
8c308c2b 125
199cef3a
C
126See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installation commands.
127
88c8d458 128### Front compatibility
8c308c2b 129
88c8d458
C
130 * Chromium
131 * Firefox (>= 42 for MediaSource support)
8c308c2b
C
132
133### Dependencies
134
85ec3eb7 135 * **NodeJS >= 6.x**
2559aa3b 136 * **npm >= 3.x**
85cd99dc 137 * yarn
8c308c2b 138 * OpenSSL (cli)
8c67719c 139 * PostgreSQL
80deae8d 140 * FFmpeg
8c308c2b 141
c35ae59d
C
142#### Debian
143
85ec3eb7 144 * Install NodeJS 6.x (actual LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
85cd99dc 145 * Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
3a8a8b51 146 * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
2e2b64c5 147 * Run:
c35ae59d 148
2e2b64c5 149 # apt-get update
8c67719c 150 # apt-get install ffmpeg postgresql-9.4 openssl
c35ae59d 151
94171ec5
C
152#### Other distribution... (PR welcome)
153
c35ae59d 154
94171ec5 155### Sources
8c308c2b 156
80deae8d 157 $ git clone -b master https://github.com/Chocobozzz/PeerTube
d148f3b9 158 $ cd PeerTube
85cd99dc 159 $ yarn install
26939223 160 $ npm run build
94171ec5
C
161
162## Usage
163
f1f4732f
C
164### Production
165
166If you want to run PeerTube for production (bad idea for now :) ):
167
168 $ cp config/production.yaml.example config/production.yaml
169
10862660 170Then edit the `config/production.yaml` file according to your webserver configuration. Keys set in this file will override those of `config/default.yml`.
f1f4732f
C
171
172Finally, run the server with the `production` `NODE_ENV` variable set.
173
174 $ NODE_ENV=production npm start
175
9a5d2a3f
C
176The administrator password is automatically generated and can be found in the logs. You can set another password with:
177
178 $ NODE_ENV=production npm run reset-password -- -u root
179
199cef3a 180**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx <br />
10d0963e
C
181**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
182
844e39c2
C
183You can check the application (CORS headers, tracker websocket...) by running:
184
185 $ NODE_ENV=production npm run check
186
643a5fc5
C
187### Upgrade
188
189The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application:
190
191 # systemctl stop peertube
4f133041 192 $ npm run upgrade-peertube
643a5fc5
C
193 # systemctl start peertube
194
fd8e5e3c
C
195### Development
196
66dd264f 197In this mode, the server will run requests between pods more quickly, the videos duration are limited to a few seconds.
10862660 198
66dd264f
C
199To develop on the server side (server files are automatically compiled when we modify them and the server restarts automatically too):
200
201 $ npm run dev:server
202
ed5f9163
C
203The server (with the client) will listen on `localhost:9000`.
204
205
66dd264f
C
206To develop on the client side (client files are automatically compiled when we modify them):
207
208 $ npm run dev:client
fd8e5e3c 209
ed5f9163
C
210The API will listen on `localhost:9000` and the frontend on `localhost:3000` (with hot module replacement, you don't need to refresh the web browser).
211
41aa84cc
C
212**Username**: *root* <br/>
213**Password**: *test*
9a5d2a3f 214
fd8e5e3c
C
215### Test with 3 fresh nodes
216
217 $ npm run clean:server:test
218 $ npm run play
219
220Then you will can access to the three nodes at `http://localhost:900{1,2,3}` with the `root` as username and `test{1,2,3}` for the password. If you call "make friends" on `http://localhost:9002`, the pod 2 and 3 will become friends. Then if you call "make friends" on `http://localhost:9001` it will become friend with the pod 2 and 3 (check the configuration files). Then the pod will communicate with each others. If you add a video on the pod 3 you'll can see it on the pod 1 and 2 :)
221
94171ec5
C
222### Other commands
223
224To print all available command run:
225
226 $ npm run help
227
228## Dockerfile
8c308c2b 229
a6fa7ac1 230You can test it inside Docker with the [PeerTube-Docker repository](https://github.com/Chocobozzz/PeerTube-Docker). Moreover it can help you to check how to create an environment with the required dependencies for PeerTube on a GNU/Linux distribution.
8c308c2b 231
6dde6a31
C
232## Contributing
233
234See the [contributing guide](https://github.com/Chocobozzz/PeerTube/blob/master/.github/CONTRIBUTING.md).
235
236See the [server code documentation](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/server/code.md).
237
fd8e5e3c
C
238See the [client code documentation](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/client/code.md).
239
6dde6a31 240
8c308c2b
C
241## Architecture
242
241abd69
BF
243See [ARCHITECTURE.md](https://github.com/Chocobozzz/PeerTube/blob/master/ARCHITECTURE.md) for a more detailed explication.
244
8c308c2b
C
245### Backend
246
1ca81df4
C
247 * The backend is a REST API
248 * Servers communicate with each others through it
249 * A network is composed by servers that communicate between them
250 * Each server of a network has a list of all other servers of this network
251 * When a new installed server wants to join a network, it just has to get the servers list through a server that is already in the network and tell "Hi I'm new in the network, communicate with me and share me your servers list please". Then the server will "make friend" with each server of this list
8c308c2b 252 * Each server has its own users who query it (search videos, where the torrent URI of this specific video is...)
604e02ab 253 * If a user upload a video, the server seeds it and sends the video information (name, short description, torrent URI...) to each server of the network
8c308c2b
C
254 * Each server has a RSA key to encrypt and sign communications with other servers
255 * A server is a tracker responsible for all the videos uploaded in it
604e02ab
C
256 * Even if nobody watches a video, it is seeded by the server (through [WebSeed protocol](http://www.bittorrent.org/beps/bep_0019.html)) where the video was uploaded
257 * A network can live and evolve by expelling bad pod (with too many downtime for example)
8c308c2b 258
604e02ab 259See the ARCHITECTURE.md for more information. Do not hesitate to give your opinion :)
8c308c2b
C
260
261Here are some simple schemes:
262
d3b52378
C
263<p align="center">
264
a988e81c 265<img src="https://lutim.cpy.re/6Qut3ure.png" alt="Decentralized" />
d3b52378 266
a988e81c 267<img src="https://lutim.cpy.re/NvRAcv6U.png" alt="Watch a video" />
8c308c2b 268
a988e81c 269<img src="https://lutim.cpy.re/pqKm3Q5S.png" alt="Watch a P2P video" />
8c308c2b 270
a988e81c 271<img src="https://lutim.cpy.re/wWVuczBz.png" alt="Join a network" />
8c308c2b 272
a988e81c 273<img src="https://lutim.cpy.re/AMo3uP0D.png" alt="Many networks" />
8c308c2b 274
d3b52378 275</p>
8c308c2b
C
276
277### Frontend
278
a988e81c 279There already is a frontend (Angular) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...).
82e62423 280The backend uses BitTorrent protocol, so users could use their favorite BitTorrent client to download/play the video with its torrent URI.