aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-20 10:32:54 +0100
committerChocobozzz <me@florianbigard.com>2018-03-20 10:32:54 +0100
commit164e6c87787173d9ac4eaf7dd80db4056fd3e354 (patch)
tree28119b9b50ae00cb628aa522ea69432b9d2981ed /README.md
parentc91de74372432dee446bf837121ff40359185f4e (diff)
downloadPeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.tar.gz
PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.tar.zst
PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.zip
Prepare beta
Diffstat (limited to 'README.md')
-rw-r--r--README.md47
1 files changed, 0 insertions, 47 deletions
diff --git a/README.md b/README.md
index 0802662cb..8348d77f8 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,6 @@ Want to see it in action?
71 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) 71 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504)
72 to see what the "decentralization feature" looks like 72 to see what the "decentralization feature" looks like
73 73
74*Currently PeerTube is still in alpha (we plan to release a beta in march). Demonstration servers do not support public registration. If you really want to test PeerTube before the public release, here is a list of PeerTube servers: https://github.com/Chocobozzz/PeerTube/wiki#other-peertube-servers.*
75
76## Why 74## Why
77 75
78We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, 76We can't build a FOSS video streaming alternatives to YouTube, Dailymotion,
@@ -86,51 +84,6 @@ reason why we need to use a P2P protocol to limit the server load. Thanks to
86[WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus 84[WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus
87BitTorrent) inside the web browser, as of today. 85BitTorrent) inside the web browser, as of today.
88 86
89## Features
90
91- [X] Angular frontend
92- [X] Join the fediverse
93 - [X] Follow other instances
94 - [X] Unfollow an instance
95 - [X] Get for the followers/following list
96- [X] Upload a video
97 - [X] Seed the video
98 - [X] Send the meta data with ActivityPub to followers
99- [X] Remove the video
100- [X] List the videos
101- [X] View the video in an HTML5 player with WebTorrent
102- [X] Admin panel
103- [X] OpenGraph tags
104- [X] OEmbed
105- [X] Update video
106- [X] Federated videos view counter
107- [X] Federated videos likes/dislikes
108- [X] Transcoding to different definitions
109- [X] Download file/torrent
110- [X] User video bytes quota
111- [X] User video channels
112- [X] NSFW warnings/settings
113- [X] Video description in markdown
114- [X] User roles (administrator, moderator)
115- [X] User registration
116- [X] Video privacy settings (public, unlisted or private)
117- [X] Signaling a video to the admin origin PeerTube instance
118- [X] Federated videos comments
119- [X] Update video thumbnails
120- [X] Support video uploader button
121- [ ] Video imports (URL, Torrent, YouTube...)
122- [ ] Advanced search
123- [ ] Subtitles
124- [ ] User playlist
125- [ ] User subscriptions (by tags, author...)
126- [ ] Add "DDOS" security
127
128
129## Front compatibility
130
131 * Firefox
132 * Chrome/Chromium
133
134## Dependencies 87## Dependencies
135 88
136 * nginx 89 * nginx