From 1966ab9446e3778bb4d3daf36dd94698b338a4dd Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 18 Apr 2014 08:53:56 +0800 Subject: [PATCH] update reame --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca69d9f13..03b75e774 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ minimum run. see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Bu SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost), rtmp([encoder push](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryRTMP), client/edge pull), [ingester(srs pull)](https://github.com/winlinvip/simple-rtmp-server/wiki/Ingest), [HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), [HLS audio only](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS#hlsaudioonly), [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). +[forward](https://github.com/winlinvip/simple-rtmp-server/wiki/FFMPEG), [http hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback), [http api](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPApi), +[http server](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPServer) and [dvr](https://github.com/winlinvip/simple-rtmp-server/wiki/DVR). Release: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server)
Blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin)