From 782ecaff821d57164d1f0589a48aaeb5c043ed11 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 19 Jan 2014 11:39:43 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68822d482..92002a7d9 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Simple-RTMP-Server SRS(SIMPLE RTMP Server) over state-threads created in 2013.
SRS is a simple, high-performance, running in single process, origin live server.
-SRS supports vhost, rtmp, HLS, transcoding, forward, http hooks.
+SRS supports vhost, rtmp, [HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), transcoding, forward, http hooks.
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)
@@ -213,7 +213,7 @@ Supported operating systems and hardware: 5. NO multiple processes, single process only.
6. Support vhost, support \_\_defaultVhost\_\_.
7. Support adobe rtmp live streaming.
-8. Support apple hls(m3u8) live streaming.
+8. Support apple [HLS(m3u8)](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) live streaming.
9. Support reload config to enable changes.
10. Support cache last gop for flash player to fast startup.
11. Support listen at multiple ports.