mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add new plan
This commit is contained in:
parent
d3e462f7e5
commit
cd342c1fbe
1 changed files with 23 additions and 23 deletions
46
README.md
46
README.md
|
@ -40,29 +40,29 @@ m3u8 url: http://127.0.0.1:80/live/livestream.m3u8
|
||||||
### Summary
|
### Summary
|
||||||
1. simple: also stable enough.<br/>
|
1. simple: also stable enough.<br/>
|
||||||
2. high-performance: single-thread, async socket, event/st-thread driven.<br/>
|
2. high-performance: single-thread, async socket, event/st-thread driven.<br/>
|
||||||
3. support vhost, support \_\_defaultVhost\_\_.<br/>
|
3. no edge server, origin server only.<br/>
|
||||||
4. support adobe rtmp live streaming.<br/>
|
4. no vod streaming, live streaming only.<br/>
|
||||||
5. support apple hls(m3u8) live streaming.<br/>
|
5. no multiple processes, single process only.<br/>
|
||||||
7. support reload config to enable changes.<br/>
|
6. support vhost, support \_\_defaultVhost\_\_.<br/>
|
||||||
8. support cache last gop for flash player to fast startup.<br/>
|
7. support adobe rtmp live streaming.<br/>
|
||||||
9. support listen at multiple ports.<br/>
|
8. support apple hls(m3u8) live streaming.<br/>
|
||||||
10. support long time(>4.6hours) publish/play.<br/>
|
9. support reload config to enable changes.<br/>
|
||||||
11. high performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB<br/>
|
10. support cache last gop for flash player to fast startup.<br/>
|
||||||
12. support forward publish stream to build active-standby cluster.<br/>
|
11. support listen at multiple ports.<br/>
|
||||||
13. support broadcast by forward the stream to other servers(origin/edge).<br/>
|
12. support long time(>4.6hours) publish/play.<br/>
|
||||||
14. [plan] support live stream transcoding by ffmpeg.<br/>
|
13. high performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB<br/>
|
||||||
15. [plan] support full http callback api.<br/>
|
14. support forward publish stream to build active-standby cluster.<br/>
|
||||||
16. [plan] support network based cli and json result.<br/>
|
15. support broadcast by forward the stream to other servers(origin/edge).<br/>
|
||||||
17. [plan] support bandwidth test api and flash client.<br/>
|
16. [plan] support live stream transcoding by ffmpeg.<br/>
|
||||||
18. [plan] support adobe flash refer/token/swf verification.<br/>
|
17. [plan] support full http callback api.<br/>
|
||||||
19. [plan] support adobe amf3 codec.<br/>
|
18. [plan] support network based cli and json result.<br/>
|
||||||
20. [plan] support dvr(record live to vod file)<br/>
|
19. [plan] support bandwidth test api and flash client.<br/>
|
||||||
21. [plan] support FMS edge protocol<br/>
|
20. [plan] support adobe flash refer/token/swf verification.<br/>
|
||||||
21. [plan] support encryption: RTMPE/RTMPS, HLS DRM<br/>
|
21. [plan] support adobe amf3 codec.<br/>
|
||||||
22. [plan] support RTMPT, http to tranverse firewalls<br/>
|
22. [plan] support dvr(record live to vod file)<br/>
|
||||||
23. no edge server, origin server only.<br/>
|
23. [plan] support FMS edge protocol<br/>
|
||||||
24. no vod streaming, live streaming only.<br/>
|
24. [plan] support encryption: RTMPE/RTMPS, HLS DRM<br/>
|
||||||
25. no multiple processes, single process only.<br/>
|
25. [plan] support RTMPT, http to tranverse firewalls<br/>
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, 5956KB.
|
1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, 5956KB.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue