]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - README.md
Server: update dev dependencies
[github/Chocobozzz/PeerTube.git] / README.md
CommitLineData
d3b52378
C
1<h1 align="center">
2 PeerTube
3</h1>
8c308c2b 4
d3b52378
C
5<h4 align="center">
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>.
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
C
46 </a>
47</p>
b4c5a1f8 48
d31910dd
C
49<br />
50
51<p align="center">
52 <a href="http://peertube.cpy.re">
53 <img src="https://lutim.cpy.re/vC2loRww" alt="screenshot" />
54 </a>
55</p>
15e3cdaa
C
56
57## Demonstration
58
1d1b7891
C
59Want to see in action?
60
61 * 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)
62 * You can find [a video](https://vimeo.com/164881662 "Yes Vimeo, please don't judge me") to see how the "decentralization feature" looks like
15e3cdaa 63
88c8d458
C
64## Why
65
66We 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.
67
68So we need to have a decentralized network (as [Diaspora](https://github.com/diaspora/diaspora) for example).
69But it's not enought because one video could become famous and overload the server.
70It's the reason why we need to use a P2P protocol to limit the server load.
2eb5a041 71Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now.
88c8d458 72
8c308c2b
C
73## Features
74
da817527 75- [X] Frontend
e9f2c1ac
C
76 - [X] ~~Simple frontend (All elements are generated by jQuery)~~
77 - [X] Angular 2 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)
b2e4c0ba 95- [ ] Validate the prototype (test PeerTube in a real world with many pods and videos)
8c308c2b
C
96- [ ] Manage API breaks
97- [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
b2e4c0ba
C
98- [ ] Admin panel
99 - [ ] Stats about the network (how many friends, how many requests per hour...)
100 - [ ] Stats about videos
101 - [ ] Manage users (create/remove)
8c308c2b 102
8c308c2b 103
94171ec5 104## Installation
8c308c2b 105
88c8d458 106### Front compatibility
8c308c2b 107
88c8d458
C
108 * Chromium
109 * Firefox (>= 42 for MediaSource support)
8c308c2b
C
110
111### Dependencies
112
86435b9b 113 * **NodeJS >= 4.2**
8c308c2b
C
114 * OpenSSL (cli)
115 * MongoDB
3a8a8b51 116 * ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron)
8c308c2b 117
c35ae59d
C
118#### Debian
119
3a8a8b51
C
120 * Install NodeJS 4.2: [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)
121 * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
2e2b64c5 122 * Run:
c35ae59d 123
2e2b64c5
BF
124 # apt-get update
125 # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin
126 # npm install -g electron-prebuilt
c35ae59d 127
94171ec5
C
128#### Other distribution... (PR welcome)
129
c35ae59d 130
94171ec5 131### Sources
8c308c2b
C
132
133 $ git clone https://github.com/Chocobozzz/PeerTube
d148f3b9 134 $ cd PeerTube
8c308c2b 135 $ npm install
26939223 136 $ npm run build
94171ec5
C
137
138## Usage
139
f1f4732f 140### Development
94171ec5 141
6dde6a31 142 $ npm run dev
8c308c2b 143
9e0e8506 144### Test with 3 fresh nodes
88c8d458 145
94171ec5
C
146 $ npm run clean:server:test
147 $ npm run play
8c308c2b 148
6dde6a31 149Then 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 :)
8c308c2b 150
f1f4732f
C
151### Production
152
153If you want to run PeerTube for production (bad idea for now :) ):
154
155 $ cp config/production.yaml.example config/production.yaml
156
157Then edit the `config/production.yaml` file according to your webserver configuration.
158
159Finally, run the server with the `production` `NODE_ENV` variable set.
160
161 $ NODE_ENV=production npm start
162
94171ec5
C
163### Other commands
164
165To print all available command run:
166
167 $ npm run help
168
169## Dockerfile
8c308c2b 170
a6fa7ac1 171You 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 172
6dde6a31
C
173## Contributing
174
175See the [contributing guide](https://github.com/Chocobozzz/PeerTube/blob/master/.github/CONTRIBUTING.md).
176
177See the [server code documentation](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/server/code.md).
178
179
8c308c2b
C
180## Architecture
181
241abd69
BF
182See [ARCHITECTURE.md](https://github.com/Chocobozzz/PeerTube/blob/master/ARCHITECTURE.md) for a more detailed explication.
183
8c308c2b
C
184### Backend
185
1ca81df4
C
186 * The backend is a REST API
187 * Servers communicate with each others through it
188 * A network is composed by servers that communicate between them
189 * Each server of a network has a list of all other servers of this network
190 * 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 191 * Each server has its own users who query it (search videos, where the torrent URI of this specific video is...)
f018f38e 192 * 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
193 * Each server has a RSA key to encrypt and sign communications with other servers
194 * A server is a tracker responsible for all the videos uploaded in it
195 * Even if nobody watches a video, it is seeded by the server where the video was uploaded
8c308c2b 196 * A network can live and evolve by expelling bad pod (with too many downtimes for example)
1ca81df4 197 * A server **would** run webtorrent-hybrid to be a bridge with webrtc/standard bittorrent protocol
8c308c2b
C
198
199See the ARCHITECTURE.md for more informations. Do not hesitate to give your opinion :)
200
201Here are some simple schemes:
202
d3b52378
C
203<p align="center">
204
205<img src="https://lutim.cpy.re/Q7mnNdJP" alt="Decentralized" />
206
207<img src="https://lutim.cpy.re/0riSzAp1" alt="Watch a video" />
8c308c2b 208
d3b52378 209<img src="https://lutim.cpy.re/OzMSOtxG" alt="Watch a P2P video" />
8c308c2b 210
d3b52378 211<img src="https://lutim.cpy.re/uVjNNRa9" alt="Join a network" />
8c308c2b 212
d3b52378 213<img src="https://lutim.cpy.re/udTMqcb0" alt="Many networks"
8c308c2b 214
d3b52378 215</p>
8c308c2b
C
216
217### Frontend
218
d31910dd 219There already is a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...).
1ca81df4 220The backend uses bittorrent protocol, so users could use their favorite bittorrent client to download/play the video with its torrent URI.