正在显示
1 个修改的文件
包含
11 行增加
和
11 行删除
| @@ -14,24 +14,24 @@ Website for SRS/2.0, read SRS 2.0 [Chinese][srs2_CN] or [English][srs2_EN]. | @@ -14,24 +14,24 @@ Website for SRS/2.0, read SRS 2.0 [Chinese][srs2_CN] or [English][srs2_EN]. | ||
| 14 | 14 | ||
| 15 | ## Why SRS? | 15 | ## Why SRS? |
| 16 | 16 | ||
| 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. | ||
| 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 | 17 | +1. <strong>Completely Rewrite HLS:</strong> 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. | ||
| 19 | +1. Embeded Simplified Media HTTP Server: for HLS, api and HTTP flv/ts/mp3/aac streaming. | ||
| 20 | +1. Variety Inputs: RTMP, pull by ingest file or stream(HTTP/RTMP/RTSP), push by stream caster | ||
| 21 | RTSP/MPEGTS-over-UDP. | 21 | RTSP/MPEGTS-over-UDP. |
| 22 | -1. Popular internet delivery: RTMP/HDS for flash, HLS for mobile(IOS/IPad/MAC/Android), HTTP | 22 | +1. Popular Internet Delivery: RTMP/HDS for flash, HLS for mobile(IOS/IPad/MAC/Android), HTTP |
| 23 | flv/ts/mp3/aac streaming for user prefered. | 23 | flv/ts/mp3/aac streaming for user prefered. |
| 24 | -1. Enhanced DVR and hstrs: segment/session/append plan, customer path and HTTP callback. | 24 | +1. Enhanced DVR and HSTRS: segment/session/append plan, customer path and HTTP callback. |
| 25 | the hstrs(http stream trigger rtmp source) enable the http-flv stream standby util encoder | 25 | the hstrs(http stream trigger rtmp source) enable the http-flv stream standby util encoder |
| 26 | start publish, similar to rtmp, which will trigger edge to fetch from origin. | 26 | start publish, similar to rtmp, which will trigger edge to fetch from origin. |
| 27 | -1. Multiple feature: transcode, forward, ingest, http hooks, dvr, hls, rtsp, http streaming, | ||
| 28 | -http api, refer, log, bandwith test and srs-librtmp. | ||
| 29 | -1. Best maintainess: simple arch over state-threads(coroutine), single thread, single process | 27 | +1. Multiple Features: transcode, forward, ingest, http hooks, dvr, hls, rtsp, http streaming, |
| 28 | +http raw api, refer, log, bandwith test and srs-librtmp. | ||
| 29 | +1. Best Maintainess: simple arch over state-threads(coroutine), single thread, single process | ||
| 30 | and for linux/osx platform, common server x86-64/i386/arm/mips cpus, rich comments, strictly | 30 | and for linux/osx platform, common server x86-64/i386/arm/mips cpus, rich comments, strictly |
| 31 | follows RTMP/HLS/RTSP spec. | 31 | follows RTMP/HLS/RTSP spec. |
| 32 | -1. Easy to use: both English and Chinese wiki, typically config files in trunk/conf, traceable | 32 | +1. Easy to Use: both English and Chinese wiki, typically config files in trunk/conf, traceable |
| 33 | and session based log, linux service script and install script. | 33 | and session based log, linux service script and install script. |
| 34 | -1. MIT license, open source with product management and evolution. | 34 | +1. MIT License: open source with product management and evolution. |
| 35 | 35 | ||
| 36 | Enjoy it! | 36 | Enjoy it! |
| 37 | 37 |
-
请 注册 或 登录 后发表评论