X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=f9c4905a70fcbfbd83730e1040308eb7b6e56ea2;hb=0629423ce335137ce77d1ee8fe30fc0eee36d83b;hp=e8f2ff0a44dd1811d19d3adddd25547f5a00feb2;hpb=f1f4732f8ef20b1c33058b9b2c486d4b5e87b646;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index e8f2ff0a4..f9c4905a7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ Prototype of a decentralized video streaming platform using P2P (bittorrent) dir ## Demonstration -PeerTube is not ready for production yet, but you can find [a video](https://vimeo.com/164881662 "Yes Vimeo, please don't judge me") to see how it looks like. +Want to see in action? + + * 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) + * You can find [a video](https://vimeo.com/164881662 "Yes Vimeo, please don't judge me") to see how the "decentralization feature" looks like ## Why @@ -47,13 +50,17 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t - [X] List the videos - [X] Search a video name (local index) - [X] View the video in an HTML5 page with WebTorrent -- [ ] Manage user accounts - - [ ] Inscription +- [X] Manage admin account - [X] Connection - [X] Account rights (upload...) - [X] Make the network auto sufficient (eject bad pods etc) +- [ ] Validate the prototype (test PeerTube in a real world with many pods and videos) - [ ] Manage API breaks - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) +- [ ] Admin panel + - [ ] Stats about the network (how many friends, how many requests per hour...) + - [ ] Stats about videos + - [ ] Manage users (create/remove) ## Installation