正在显示
1 个修改的文件
包含
4 行增加
和
3 行删除
@@ -41,9 +41,10 @@ m3u8 url: http://127.0.0.1:1935/live/livestream.m3u8 | @@ -41,9 +41,10 @@ m3u8 url: http://127.0.0.1:1935/live/livestream.m3u8 | ||
41 | 1. simple: also stable enough.<br/> | 41 | 1. simple: also stable enough.<br/> |
42 | 2. high-performance: single-thread, async socket, event/st-thread driven.<br/> | 42 | 2. high-performance: single-thread, async socket, event/st-thread driven.<br/> |
43 | 3. support vhost,support \_\_defaultVhost\_\_.<br/> | 43 | 3. support vhost,support \_\_defaultVhost\_\_.<br/> |
44 | -4. no edge server, origin server only.<br/> | ||
45 | -5. no vod streaming, live streaming only.<br/> | ||
46 | -6. no multiple processes, single process only.<br/> | 44 | +4. support both rtmp and hls live streaming.<br/> |
45 | +5. no edge server, origin server only.<br/> | ||
46 | +6. no vod streaming, live streaming only.<br/> | ||
47 | +7. no multiple processes, single process only.<br/> | ||
47 | 48 | ||
48 | ### Releases | 49 | ### Releases |
49 | * 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.<br/> | 50 | * 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.<br/> |
-
请 注册 或 登录 后发表评论