From 5841cfaf76ef74849046662d9e1066f7cedf9a52 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 26 Nov 2013 16:12:11 +0800 Subject: [PATCH] support HLS(m3u8) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5966a71b..bffeb8d84 100755 --- a/README.md +++ b/README.md @@ -41,9 +41,10 @@ m3u8 url: http://127.0.0.1:1935/live/livestream.m3u8 1. simple: also stable enough.
2. high-performance: single-thread, async socket, event/st-thread driven.
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.
+4. support both rtmp and hls live streaming.
+5. no edge server, origin server only.
+6. no vod streaming, live streaming only.
+7. no multiple processes, single process only.
### Releases * 2013-11-10, [release v0.4](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.4), support reload config, pause, longtime publish/play. 12500 lines.