]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - README.md
Merge branch 'postgresql'
[github/Chocobozzz/PeerTube.git] / README.md
CommitLineData
d3b52378
C
1<h1 align="center">
2 PeerTube
3</h1>
8c308c2b 4
d3b52378 5<h4 align="center">
fcc5f77b 6Prototype of a decentralized 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
18 <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies">
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">
29 <img src="https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master" alt="Build Status" />
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
36 <a href="https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies">
37 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" />
38 </a>
39
40 <a href="https://codeclimate.com/github/Chocobozzz/PeerTube">
41 <img src="https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg" alt="Code climate" />
42 </a>
43
d31910dd
C
44 <a href="http://standardjs.com/">
45 <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
d3b52378 46 </a>
5cefff7d
BF
47
48 <a href="https://kiwiirc.com/client/irc.freenode.net/#peertube">
fcc5f77b 49 <img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" />
5cefff7d 50 </a>
d3b52378 51</p>
b4c5a1f8 52
d31910dd
C
53<br />
54
55<p align="center">
56 <a href="http://peertube.cpy.re">
57 <img src="https://lutim.cpy.re/vC2loRww" alt="screenshot" />
58 </a>
59</p>
15e3cdaa
C
60
61## Demonstration
62
1d1b7891
C
63Want to see in action?
64
65 * You can directly test in your browser with this [demo server](http://peertube.cpy.re). Don't forget to use the latest version of Firefox/Chromium/(Opera?) and check your firewall configuration (for WebRTC)
66 * You can find [a video](https://vimeo.com/164881662 "Yes Vimeo, please don't judge me") to see how the "decentralization feature" looks like
a67b3e76 67 * 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 68
88c8d458
C
69## Why
70
71We 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.
72
73So we need to have a decentralized network (as [Diaspora](https://github.com/diaspora/diaspora) for example).
74But it's not enought because one video could become famous and overload the server.
75It's the reason why we need to use a P2P protocol to limit the server load.
2eb5a041 76Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now.
88c8d458 77
8c308c2b
C
78## Features
79
da817527 80- [X] Frontend
e9f2c1ac
C
81 - [X] ~~Simple frontend (All elements are generated by jQuery)~~
82 - [X] Angular 2 frontend
45239549 83- [X] Join a network
8c308c2b
C
84 - [X] Generate a RSA key
85 - [X] Ask for the friend list of other pods and make friend with them
45239549
C
86 - [X] Get the list of the videos owned by a pod when making friend with it
87 - [X] Post the list of its own videos when making friend with another pod
88- [X] Quit a network
8c308c2b
C
89- [X] Upload a video
90 - [X] Seed the video
91 - [X] Send the meta data to all other friends
92- [X] Remove the video
93- [X] List the videos
94- [X] Search a video name (local index)
2eb5a041 95- [X] View the video in an HTML5 page with WebTorrent
07d93203 96- [X] Manage admin account
da817527
C
97 - [X] Connection
98 - [X] Account rights (upload...)
3bcb78b3 99- [X] Make the network auto sufficient (eject bad pods etc)
b2e4c0ba 100- [ ] Validate the prototype (test PeerTube in a real world with many pods and videos)
8c308c2b
C
101- [ ] Manage API breaks
102- [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
19a08a34
C
103- [X] Admin panel
104 - [X] Stats
50e708d5 105 - [X] Friends list
0c8e4ebe 106 - [X] Manage users (create/remove)
900f0d2b 107- [X] OpenGraph tags
19a08a34
C
108- [ ] User playlists
109- [ ] User subscriptions (by tags, author...)
0c838fc9 110- [ ] Signaling a video to the admin pod
8c308c2b 111
94171ec5 112## Installation
8c308c2b 113
88c8d458 114### Front compatibility
8c308c2b 115
88c8d458
C
116 * Chromium
117 * Firefox (>= 42 for MediaSource support)
8c308c2b
C
118
119### Dependencies
120
2559aa3b
C
121 * **NodeJS >= 4.x**
122 * **npm >= 3.x**
8c308c2b 123 * OpenSSL (cli)
8c67719c 124 * PostgreSQL
2559aa3b 125 * ffmpeg
8c308c2b 126
c35ae59d
C
127#### Debian
128
82e62423 129 * Install NodeJS 4.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)
3a8a8b51 130 * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
2e2b64c5 131 * Run:
c35ae59d 132
2e2b64c5 133 # apt-get update
8c67719c 134 # apt-get install ffmpeg postgresql-9.4 openssl
732bd032 135 # npm install -g npm@3
c35ae59d 136
94171ec5
C
137#### Other distribution... (PR welcome)
138
c35ae59d 139
94171ec5 140### Sources
8c308c2b
C
141
142 $ git clone https://github.com/Chocobozzz/PeerTube
d148f3b9 143 $ cd PeerTube
8d48aed4 144 $ npm install # Or npm install --unsafe-perm for root user
26939223 145 $ npm run build
94171ec5
C
146
147## Usage
148
f1f4732f
C
149### Production
150
151If you want to run PeerTube for production (bad idea for now :) ):
152
153 $ cp config/production.yaml.example config/production.yaml
154
10862660 155Then 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
156
157Finally, run the server with the `production` `NODE_ENV` variable set.
158
159 $ NODE_ENV=production npm start
160
10d0963e
C
161**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx
162
163**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
164
844e39c2
C
165You can check the application (CORS headers, tracker websocket...) by running:
166
167 $ NODE_ENV=production npm run check
168
643a5fc5
C
169### Upgrade
170
171The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application:
172
173 # systemctl stop peertube
174 $ npm run upgrade
175 # systemctl start peertube
176
fd8e5e3c
C
177### Development
178
10862660
C
179In this mode, the server will run requests between pods more quickly, the videos duration are limited to a few seconds and the client files are automatically compiled when we modify them:
180
fd8e5e3c
C
181 $ npm run dev
182
183### Test with 3 fresh nodes
184
185 $ npm run clean:server:test
186 $ npm run play
187
188Then 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 :)
189
94171ec5
C
190### Other commands
191
192To print all available command run:
193
194 $ npm run help
195
196## Dockerfile
8c308c2b 197
a6fa7ac1 198You 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 199
6dde6a31
C
200## Contributing
201
202See the [contributing guide](https://github.com/Chocobozzz/PeerTube/blob/master/.github/CONTRIBUTING.md).
203
204See the [server code documentation](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/server/code.md).
205
fd8e5e3c
C
206See the [client code documentation](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/client/code.md).
207
6dde6a31 208
8c308c2b
C
209## Architecture
210
241abd69
BF
211See [ARCHITECTURE.md](https://github.com/Chocobozzz/PeerTube/blob/master/ARCHITECTURE.md) for a more detailed explication.
212
8c308c2b
C
213### Backend
214
1ca81df4
C
215 * The backend is a REST API
216 * Servers communicate with each others through it
217 * A network is composed by servers that communicate between them
218 * Each server of a network has a list of all other servers of this network
219 * 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 220 * Each server has its own users who query it (search videos, where the torrent URI of this specific video is...)
f018f38e 221 * If a user upload a video, the server seeds it and sends the video informations (name, short description, torrent URI...) to each server of the network
8c308c2b
C
222 * Each server has a RSA key to encrypt and sign communications with other servers
223 * A server is a tracker responsible for all the videos uploaded in it
82e62423 224 * Even if nobody watches a video, it is seeded by the server (throught [WebSeed protocol](http://www.bittorrent.org/beps/bep_0019.html)) where the video was uploaded
8c308c2b
C
225 * A network can live and evolve by expelling bad pod (with too many downtimes for example)
226
227See the ARCHITECTURE.md for more informations. Do not hesitate to give your opinion :)
228
229Here are some simple schemes:
230
d3b52378
C
231<p align="center">
232
82e62423 233<img src="https://lutim.cpy.re/isWwz8tt" alt="Decentralized" />
d3b52378 234
82e62423 235<img src="https://lutim.cpy.re/VLheltQk" alt="Watch a video" />
8c308c2b 236
82e62423 237<img src="https://lutim.cpy.re/worHQwKv" alt="Watch a P2P video" />
8c308c2b 238
82e62423 239<img src="https://lutim.cpy.re/MyeS4q1g" alt="Join a network" />
8c308c2b 240
01735eb0 241<img src="https://lutim.cpy.re/PqpTTzdP" alt="Many networks" />
8c308c2b 242
d3b52378 243</p>
8c308c2b
C
244
245### Frontend
246
d31910dd 247There already is a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...).
82e62423 248The backend uses BitTorrent protocol, so users could use their favorite BitTorrent client to download/play the video with its torrent URI.