aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-10 22:47:48 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-10 22:47:48 +0200
commit15e3cdaafca7c0362aaf6afb39804e08477af0ad (patch)
tree1e1568c05ba41800b6a8d5c74999e8c7b8d3c590 /README.md
parent36d560246f1d53f1d1c41d789d93349118b3492d (diff)
downloadPeerTube-15e3cdaafca7c0362aaf6afb39804e08477af0ad.tar.gz
PeerTube-15e3cdaafca7c0362aaf6afb39804e08477af0ad.tar.zst
PeerTube-15e3cdaafca7c0362aaf6afb39804e08477af0ad.zip
Add screenshort and demo video link to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index 01e29cee5..668745c14 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ Prototype of a decentralized video streaming platform using P2P (bittorrent) dir
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
19![screenshot](https://lutim.cpy.re/vC2loRww)
20
21## Demonstration
22
23PeerTube 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.
24
19## Why 25## Why
20 26
21We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, Vimeo... with a centralized software. One organization alone cannot have enought money to pay bandwith and video storage of its server. 27We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, Vimeo... with a centralized software. One organization alone cannot have enought money to pay bandwith and video storage of its server.
@@ -131,15 +137,15 @@ See the ARCHITECTURE.md for more informations. Do not hesitate to give your opin
131 137
132Here are some simple schemes: 138Here are some simple schemes:
133 139
134![Decentralized](http://lutim.cpy.re/Q7mnNdJP) 140![Decentralized](https://lutim.cpy.re/Q7mnNdJP)
135 141
136![Watch a video](http://lutim.cpy.re/0riSzAp1) 142![Watch a video](https://lutim.cpy.re/0riSzAp1)
137 143
138![Watch a video P2P](http://lutim.cpy.re/OzMSOtxG) 144![Watch a video P2P](https://lutim.cpy.re/OzMSOtxG)
139 145
140![Join a network](http://lutim.cpy.re/uVjNNRa9) 146![Join a network](https://lutim.cpy.re/uVjNNRa9)
141 147
142![Many networks](http://lutim.cpy.re/udTMqcb0) 148![Many networks](https://lutim.cpy.re/udTMqcb0)
143 149
144### Frontend 150### Frontend
145 151