From 2c8d54dfcb242260b6af18ebb9b1f91b123f1fd2 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 4 Nov 2013 22:56:51 +0800 Subject: [PATCH] release v0.3, 11773 lines --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1dace73f..6cc8245b6 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ simple-rtmp-server ================== simple rtmp origin live server over state-threads, which can be used as origin server, or rtmp-server for encoder.
-srs is a simple, high-performance, running in single process, origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).
+srs is a simple, high-performance, running in single process, origin live server, support vhost.
blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin)
see also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server)
see also: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server) @@ -29,9 +29,9 @@ url: rtmp://127.0.0.1:1935/live/livestream ### Summary 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.
+3. support vhost,support \_\_defaultVhost\_\_.
+4. no edge server, origin server only.
+5. no vod streaming, live streaming only.
6. no multiple processes, single process only.
### Releases