正在显示
1 个修改的文件
包含
14 行增加
和
5 行删除
| @@ -17,12 +17,21 @@ Download from ossrs.net: | @@ -17,12 +17,21 @@ Download from ossrs.net: | ||
| 17 | 1. Completely rewrite HLS following m3u8/ts spec, and HLS support h.264+aac/mp3. | 17 | 1. Completely rewrite HLS following m3u8/ts spec, and HLS support h.264+aac/mp3. |
| 18 | 1. High efficient RTMP deliverying support 7k+ concurrency, vhost based, both origin and edge. | 18 | 1. High efficient RTMP deliverying support 7k+ concurrency, vhost based, both origin and edge. |
| 19 | 1. Embeded simplified media HTTP server for HLS, api and HTTP flv/ts/mp3/aac streaming. | 19 | 1. Embeded simplified media HTTP server for HLS, api and HTTP flv/ts/mp3/aac streaming. |
| 20 | -1. Variety input: RTMP, pull by ingest file or stream(HTTP/RTMP/RTSP), push by stream caster RTSP/MPEGTS-over-UDP. | ||
| 21 | -1. Popular internet delivery: RTMP for flash, HLS for mobile(IOS/IPad/MAC/Android), HTTP flv/ts/mp3/aac streaming for user prefered. | 20 | +1. Variety input: RTMP, pull by ingest file or stream(HTTP/RTMP/RTSP), push by stream caster |
| 21 | +RTSP/MPEGTS-over-UDP. | ||
| 22 | +1. Popular internet delivery: RTMP for flash, HLS for mobile(IOS/IPad/MAC/Android), HTTP | ||
| 23 | +flv/ts/mp3/aac streaming for user prefered. | ||
| 22 | 1. Enhanced DVR: segment/session/append/api plan, customer path and HTTP callback. | 24 | 1. Enhanced DVR: segment/session/append/api plan, customer path and HTTP callback. |
| 23 | -1. Multiple feature: transcode, forward, ingest, http hooks, dvr, hls, rtsp, http streaming, http api, refer, log, bandwith test and srs-librtmp. | ||
| 24 | -1. Best maintainess: simple arch over state-threads(coroutine) and only linux platform, common server x86-64/i386/arm/mips cpus, rich comments, strictly follows RTMP/HLS/RTSP spec. | ||
| 25 | -1. Easy to use: both English and Chinese wiki, typically config files in trunk/conf, traceable and session based log. | 25 | +1. Multiple feature: transcode, forward, ingest, http hooks, dvr, hls, rtsp, http streaming, |
| 26 | +http api, refer, log, bandwith test and srs-librtmp. | ||
| 27 | +1. Best maintainess: simple arch over state-threads(coroutine), single thread, single process | ||
| 28 | +and only linux platform, common server x86-64/i386/arm/mips cpus, rich comments, strictly | ||
| 29 | +follows RTMP/HLS/RTSP spec. | ||
| 30 | +1. Easy to use: both English and Chinese wiki, typically config files in trunk/conf, traceable | ||
| 31 | +and session based log, linux service script and install script. | ||
| 32 | +1. MIT license, open source with product management and evolution. | ||
| 33 | + | ||
| 34 | +Enjoy it! | ||
| 26 | 35 | ||
| 27 | ## About | 36 | ## About |
| 28 | 37 |
-
请 注册 或 登录 后发表评论