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