diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-18 18:37:26 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-26 20:01:26 +0100 |
commit | fe783f6b0daca17089a67c468382c98282b1895f (patch) | |
tree | ed1e6a635a43f6ec8c0a8f47026fc19381068811 /README.md | |
parent | 2fec520605bc8919cc71ab6565bf55d8a79925ca (diff) | |
download | PeerTube-fe783f6b0daca17089a67c468382c98282b1895f.tar.gz PeerTube-fe783f6b0daca17089a67c468382c98282b1895f.tar.zst PeerTube-fe783f6b0daca17089a67c468382c98282b1895f.zip |
This is not a prototype anymore, but a real project!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | </h1> | 3 | </h1> |
4 | 4 | ||
5 | <h4 align="center"> | 5 | <h4 align="center"> |
6 | Prototype of a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>. | 6 | Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>. |
7 | </h4> | 7 | </h4> |
8 | 8 | ||
9 | <p align="center"> | 9 | <p align="center"> |
@@ -92,7 +92,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
92 | - [X] Connection | 92 | - [X] Connection |
93 | - [X] Account rights (upload...) | 93 | - [X] Account rights (upload...) |
94 | - [X] Make the network auto sufficient (eject bad pods etc) | 94 | - [X] Make the network auto sufficient (eject bad pods etc) |
95 | - [ ] Validate the prototype (test PeerTube in a real world with many pods and videos) | 95 | - [X] Validate the prototype (test PeerTube in a real world) |
96 | - [ ] Manage API breaks | 96 | - [ ] Manage API breaks |
97 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) | 97 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) |
98 | - [X] Admin panel | 98 | - [X] Admin panel |