diff options
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 |