From 4548bebc33d7f4a39961cbaf771d1a88e3a525dc Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 28 Nov 2013 19:31:04 +0800 Subject: [PATCH] update readme --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 15bff572f..42e747cea 100755 --- a/README.md +++ b/README.md @@ -41,18 +41,20 @@ m3u8 url: http://127.0.0.1:80/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. support both rtmp and hls(m3u8) live streaming.
-5. support reload config to enable changes.
-6. support cache last gop for flash player to fast startup.
-7. support listen at multiple ports.
-8. [dev] support forward publish stream to build active-standby cluster.
-9. [plan] support live stream transcoding by ffmpeg.
-10. [plan] support full http callback api.
-11. [plan] support network based cli and json result.
-12. [plan] support bandwidth test api and flash client.
-13. no edge server, origin server only.
-14. no vod streaming, live streaming only.
-15. no multiple processes, single process only.
+4. support adobe rtmp live streaming.
+5. support apple hls(m3u8) live streaming.
+7. support reload config to enable changes.
+8. support cache last gop for flash player to fast startup.
+9. support listen at multiple ports.
+10. support long time(>4.6hours) publish/play.
+11. [dev] support forward publish stream to build active-standby cluster.
+12. [plan] support live stream transcoding by ffmpeg.
+13. [plan] support full http callback api.
+14. [plan] support network based cli and json result.
+15. [plan] support bandwidth test api and flash client.
+16. no edge server, origin server only.
+17. no vod streaming, live streaming only.
+18. no multiple processes, single process only.
### Performance 1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, 5956KB.