winlin

change dev plan

正在显示 1 个修改的文件 包含 12 行增加11 行删除
@@ -2,7 +2,7 @@ Simple-RTMP-Server @@ -2,7 +2,7 @@ Simple-RTMP-Server
2 ================== 2 ==================
3 3
4 SRS(SIMPLE RTMP Server) over state-threads created in 2013.<br/> 4 SRS(SIMPLE RTMP Server) over state-threads created in 2013.<br/>
5 -SRS is a simple, high-performance, running in single process, origin live server.<br/> 5 +SRS is a simple, high-performance, multiple process, origin/edge live server.<br/>
6 SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost), rtmp, [HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), transcoding, forward, http hooks. <br/> 6 SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost), rtmp, [HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), transcoding, forward, http hooks. <br/>
7 Blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/> 7 Blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/>
8 See also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server) <br/> 8 See also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server) <br/>
@@ -208,9 +208,9 @@ Supported operating systems and hardware: @@ -208,9 +208,9 @@ Supported operating systems and hardware:
208 ### Summary 208 ### Summary
209 1. Simple: also stable enough.<br/> 209 1. Simple: also stable enough.<br/>
210 2. [High-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance): single-thread, async socket, event/st-thread driven.<br/> 210 2. [High-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance): single-thread, async socket, event/st-thread driven.<br/>
211 -3. NO edge server, origin server only.<br/> 211 +3. With RTMP edge server, support origin server.<br/>
212 4. NO vod streaming, live streaming only.<br/> 212 4. NO vod streaming, live streaming only.<br/>
213 -5. NO multiple processes, single process only.<br/> 213 +5. With multiple processes, support single process.<br/>
214 6. Support vhost, support \_\_defaultVhost\_\_.<br/> 214 6. Support vhost, support \_\_defaultVhost\_\_.<br/>
215 7. Support adobe rtmp live streaming.<br/> 215 7. Support adobe rtmp live streaming.<br/>
216 8. Support apple [HLS(m3u8)](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) live streaming.<br/> 216 8. Support apple [HLS(m3u8)](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) live streaming.<br/>
@@ -230,14 +230,15 @@ Supported operating systems and hardware: @@ -230,14 +230,15 @@ Supported operating systems and hardware:
230 22. Player, publisher(encoder), and demo pages(jquery+bootstrap). <br/> 230 22. Player, publisher(encoder), and demo pages(jquery+bootstrap). <br/>
231 23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap). <br/> 231 23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap). <br/>
232 24. [dev] Full documents in wiki, in chineses. <br/> 232 24. [dev] Full documents in wiki, in chineses. <br/>
233 -25. [plan] Support network based cli and json result.<br/>  
234 -26. [plan] Support adobe flash refer/token/swf verification.<br/>  
235 -27. [plan] Support adobe amf3 codec.<br/>  
236 -28. [plan] Support dvr(record live to vod file)<br/>  
237 -29. [plan] Support FMS edge protocol<br/>  
238 -30. [plan] Support encryption: RTMPE/RTMPS, HLS DRM<br/>  
239 -31. [plan] Support RTMPT, http to tranverse firewalls<br/>  
240 -32. [plan] Support file source, transcoding file to live stream<br/> 233 +25. [plan] Support RTMP edge server<br/>
  234 +26. [plan] Support multiple process<br/>
  235 +27. [plan] Support network based cli and json result.<br/>
  236 +28. [no-plan] Support adobe flash refer/token/swf verification.<br/>
  237 +29. [no-plan] Support adobe amf3 codec.<br/>
  238 +30. [no-plan] Support dvr(record live to vod file)<br/>
  239 +31. [no-plan] Support encryption: RTMPE/RTMPS, HLS DRM<br/>
  240 +32. [no-plan] Support RTMPT, http to tranverse firewalls<br/>
  241 +33. [no-plan] Support file source, transcoding file to live stream<br/>
241 242
242 ### Performance 243 ### Performance
243 1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, 5956KB. 244 1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, 5956KB.