正在显示
1 个修改的文件
包含
13 行增加
和
13 行删除
| @@ -12,7 +12,18 @@ Website for SRS/2.0, read SRS 2.0 [Chinese][srs2_CN] or [English][srs2_EN]. | @@ -12,7 +12,18 @@ Website for SRS/2.0, read SRS 2.0 [Chinese][srs2_CN] or [English][srs2_EN]. | ||
| 12 | [](http://www.ossrs.net/srs.release/donation/index.html) | 12 | [](http://www.ossrs.net/srs.release/donation/index.html) |
| 13 | [](http://www.ossrs.net/srs.release/donation/paypal.html) | 13 | [](http://www.ossrs.net/srs.release/donation/paypal.html) |
| 14 | 14 | ||
| 15 | -## Why SRS? | 15 | +## About |
| 16 | + | ||
| 17 | +SRS(Simple RTMP Server) over state-threads created in 2013.10. | ||
| 18 | + | ||
| 19 | +SRS delivers rtmp/hls/http/hds live on x86/x64/arm/mips linux/osx, | ||
| 20 | +supports origin/edge/vhost and transcode/ingest and dvr/forward | ||
| 21 | +and http-api/http-callback/reload, introduces tracable | ||
| 22 | +session-oriented log, exports client srs-librtmp, | ||
| 23 | +with stream caster to push MPEGTS-over-UDP/RTSP to SRS, | ||
| 24 | +provides EN/CN wiki and the most simple architecture. | ||
| 25 | + | ||
| 26 | +<strong>Why SRS?</strong> | ||
| 16 | 27 | ||
| 17 | 1. <strong>Completely Rewrite HLS:</strong> following m3u8/ts spec, and HLS support h.264+aac/mp3. | 28 | 1. <strong>Completely Rewrite HLS:</strong> following m3u8/ts spec, and HLS support h.264+aac/mp3. |
| 18 | 1. <strong>High Efficient RTMP:</strong> deliverying support 7k+ concurrency, vhost based, both origin and edge. | 29 | 1. <strong>High Efficient RTMP:</strong> deliverying support 7k+ concurrency, vhost based, both origin and edge. |
| @@ -35,17 +46,6 @@ and session based log, linux service script and install script. | @@ -35,17 +46,6 @@ and session based log, linux service script and install script. | ||
| 35 | 46 | ||
| 36 | Enjoy it! | 47 | Enjoy it! |
| 37 | 48 | ||
| 38 | -## About | ||
| 39 | - | ||
| 40 | -SRS(Simple RTMP Server) over state-threads created in 2013.10. | ||
| 41 | - | ||
| 42 | -SRS delivers rtmp/hls/http/hds live on x86/x64/arm/mips linux/osx, | ||
| 43 | -supports origin/edge/vhost and transcode/ingest and dvr/forward | ||
| 44 | -and http-api/http-callback/reload, introduces tracable | ||
| 45 | -session-oriented log, exports client srs-librtmp, | ||
| 46 | -with stream caster to push MPEGTS-over-UDP/RTSP to SRS, | ||
| 47 | -provides EN/CN wiki and the most simple architecture. | ||
| 48 | - | ||
| 49 | ## AUTHORS | 49 | ## AUTHORS |
| 50 | 50 | ||
| 51 | There are two types of people that have contributed to the SRS project: | 51 | There are two types of people that have contributed to the SRS project: |
| @@ -221,12 +221,12 @@ Supported operating systems and hardware: | @@ -221,12 +221,12 @@ Supported operating systems and hardware: | ||
| 221 | 1. Support NGINX-RTMP style EXEC, read [#367][bug367]. | 221 | 1. Support NGINX-RTMP style EXEC, read [#367][bug367]. |
| 222 | 1. Support NGINX-RTMP style dvr control module, read [#459][bug459]. | 222 | 1. Support NGINX-RTMP style dvr control module, read [#459][bug459]. |
| 223 | 1. Support HTTP Security Raw Api, read [#459][bug459], [#470][bug470], [#319][bug319]. | 223 | 1. Support HTTP Security Raw Api, read [#459][bug459], [#470][bug470], [#319][bug319]. |
| 224 | +1. [dev]Support Integration with Kafka/Spark Big-Data system, read [#467][bug467]. | ||
| 224 | 1. [plan]Support Origin Cluster for Load Balance and Fault Tolarence, read [#464][bug464], [RTMP 302][bug92]. | 225 | 1. [plan]Support Origin Cluster for Load Balance and Fault Tolarence, read [#464][bug464], [RTMP 302][bug92]. |
| 225 | 1. [plan]Support H.265, push RTMP with H.265, delivery in HLS, read [#465][bug465]. | 226 | 1. [plan]Support H.265, push RTMP with H.265, delivery in HLS, read [#465][bug465]. |
| 226 | 1. [plan]Support MPEG-DASH, the future streaming protocol, read [#299][bug299]. | 227 | 1. [plan]Support MPEG-DASH, the future streaming protocol, read [#299][bug299]. |
| 227 | 1. [plan]Support HLS edge server, read [#466][bug466]. | 228 | 1. [plan]Support HLS edge server, read [#466][bug466]. |
| 228 | 1. [plan]Support HLS realtime latency mode, read [#468][bug468]. | 229 | 1. [plan]Support HLS realtime latency mode, read [#468][bug468]. |
| 229 | -1. [plan]Support Integration with Kafka/Spark Big-Data system, read [#467][bug467]. | ||
| 230 | 230 | ||
| 231 | ## Compare | 231 | ## Compare |
| 232 | 232 |
-
请 注册 或 登录 后发表评论