aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBigard Florian <florian.bigard@gmail.com>2016-04-30 13:13:07 +0200
committerBigard Florian <florian.bigard@gmail.com>2016-04-30 13:13:07 +0200
commit2eb5a041b3fa82074784ae907d2c084d41411d2b (patch)
tree1b77c1d60017d4621ae4809d3a68ebad799399d9 /README.md
parent81b005a70c4b544c0933482418c4ba1686bf6c30 (diff)
downloadPeerTube-2eb5a041b3fa82074784ae907d2c084d41411d2b.tar.gz
PeerTube-2eb5a041b3fa82074784ae907d2c084d41411d2b.tar.zst
PeerTube-2eb5a041b3fa82074784ae907d2c084d41411d2b.zip
webtorrent --> WebTorrent
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fb1e366ec..37bee455d 100644
--- a/README.md
+++ b/README.md
@@ -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
15Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [webtorrent](https://github.com/feross/webtorrent). 15Prototype 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
23So we need to have a decentralized network (as [Diaspora](https://github.com/diaspora/diaspora) for example). 23So we need to have a decentralized network (as [Diaspora](https://github.com/diaspora/diaspora) for example).
24But it's not enought because one video could become famous and overload the server. 24But it's not enought because one video could become famous and overload the server.
25It's the reason why we need to use a P2P protocol to limit the server load. 25It's the reason why we need to use a P2P protocol to limit the server load.
26Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now. 26Thanks 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