diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ | |||
12 | [![Dependency Status](https://david-dm.org/Chocobozzz/PeerTube.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client) | 12 | [![Dependency Status](https://david-dm.org/Chocobozzz/PeerTube.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client) |
13 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies) | 13 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies) |
14 | 14 | ||
15 | Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [webtorrent](https://github.com/feross/webtorrent). | 15 | Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [WebTorrent](https://github.com/feross/webtorrent). |
16 | 16 | ||
17 | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | 17 | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) |
18 | 18 | ||
@@ -23,7 +23,7 @@ We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, Vime | |||
23 | So we need to have a decentralized network (as [Diaspora](https://github.com/diaspora/diaspora) for example). | 23 | So we need to have a decentralized network (as [Diaspora](https://github.com/diaspora/diaspora) for example). |
24 | But it's not enought because one video could become famous and overload the server. | 24 | But it's not enought because one video could become famous and overload the server. |
25 | It's the reason why we need to use a P2P protocol to limit the server load. | 25 | It's the reason why we need to use a P2P protocol to limit the server load. |
26 | Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now. | 26 | Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now. |
27 | 27 | ||
28 | ## Features | 28 | ## Features |
29 | 29 | ||
@@ -42,7 +42,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
42 | - [X] Remove the video | 42 | - [X] Remove the video |
43 | - [X] List the videos | 43 | - [X] List the videos |
44 | - [X] Search a video name (local index) | 44 | - [X] Search a video name (local index) |
45 | - [X] View the video in an HTML5 page with webtorrent | 45 | - [X] View the video in an HTML5 page with WebTorrent |
46 | - [ ] Manage user accounts | 46 | - [ ] Manage user accounts |
47 | - [ ] Inscription | 47 | - [ ] Inscription |
48 | - [X] Connection | 48 | - [X] Connection |