From 0818677637f2e5646f9a1f86ddc33531f9c014ca Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 20 Oct 2013 22:25:21 +0800 Subject: [PATCH] update readme. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e01a0bd9..d9ba1b888 100755 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ srs is a simple, high-performance, running in single process,
origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).
Features:
-1. simple: also stable enough. -2. high-performance: single-thread, async socket, event/st-thread driven. -3. no edge server, origin server only. -4. no vod streaming, live streaming only. -5. no vhost, \_\_defaultVhost\_\_ only. -6. no multiple processes, single process only. +1. simple: also stable enough.
+2. high-performance: single-thread, async socket, event/st-thread driven.
+3. no edge server, origin server only.
+4. no vod streaming, live streaming only.
+5. no vhost, \_\_defaultVhost\_\_ only.
+6. no multiple processes, single process only.
Winlin