From a58489ebb06a7f599a93e0a6334e06b68ce63dc5 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 7 Mar 2014 09:25:38 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de0afe2a6..da634bbd0 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple-RTMP-Server ================== SRS(SIMPLE RTMP Server) over state-threads created in 2013.
-SRS is a simple, RTMP/HLS, high-performance, single(plan)/multiple processes, edge(plan)/origin live server.
+SRS is a simple, RTMP/HLS, high-performance, single/multiple(plan) processes, edge(plan)/origin live server.
SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost), rtmp(encoder push, client/edge pull), ingester(srs pull), [HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), [transcoding](https://github.com/winlinvip/simple-rtmp-server/wiki/FFMPEG), [forward](https://github.com/winlinvip/simple-rtmp-server/wiki/FFMPEG), [http hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback).
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)