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