From 4c4bbd05293cd18ea37de2b6a3d3bf3e953e5e43 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 27 Nov 2013 23:31:39 +0800 Subject: [PATCH] update readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d0a7b8fef..6be0a6951 100755 --- a/README.md +++ b/README.md @@ -46,12 +46,13 @@ m3u8 url: http://127.0.0.1:80/live/livestream.m3u8 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. [dev] support live stream transcoding by ffmpeg.
-10. [dev] support full http callback api.
-11. [dev] support network based cli and json result.
-12. no edge server, origin server only.
-13. no vod streaming, live streaming only.
-14. no multiple processes, single process only.
+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.
### Releases * 2013-11-26, [release v0.5](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.5), support HLS(m3u8), fragment and window. 14449 lines.