diff --git a/README.md b/README.md index 2c34fc013..25466c05b 100755 --- a/README.md +++ b/README.md @@ -8,6 +8,25 @@ Summary:
srs is a simple, high-performance, running in single process,
origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).
+Usage:
+step 1: build srs
+
+    tar xf srs.*.*.tar.gz
+    cd srs.*.*
+    ./configure
+    make
+    ./objs/simple_rtmp_server 1935
+
+step 2: publish live stream
+
+FMS URL: rtmp://127.0.0.1:1935/live
+Stream:  livestream
+
+step 3: play live stream
+
+url: rtmp://127.0.0.1:1935/live/livestream
+
+ Features:
1. simple: also stable enough.
2. high-performance: single-thread, async socket, event/st-thread driven.