summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 319dfca..87995cb 100644
--- a/README.md
+++ b/README.md
@@ -9,17 +9,16 @@ A minimal self-hostable streaming setup.
## Setup
`brook` is a modular project, meaning that many different components
-come together to provide a simple and relatively lightweight streaming
-setup. Following is a quick overview of components.
+come together to provide a lightweight streaming setup. Following is
+a quick overview of components.
* `ffmpeg` - running an rtmp server, and converting video to `dash`
output format
* `nginx` - serves the `dash` directory
-* `index.html` - static html file with js for a dash player and xmpp
- web chat
-* `brook-metrics` - the only custom server-side program to track
- viewer metrics
* `prosody` - An XMPP server to back the chat room
+* `brook-web` - a simple static HTML front-end, supporting dash.js
+ video playback, and an XMPP web chat via converse.js
+* `brook-metrics` - a server-side service to track viewer metrics
## Configuration