正在显示
1 个修改的文件
包含
37 行增加
和
57 行删除
| @@ -515,74 +515,53 @@ Please select your language: | @@ -515,74 +515,53 @@ Please select your language: | ||
| 515 | 515 | ||
| 516 | ### Features | 516 | ### Features |
| 517 | 517 | ||
| 518 | -- [x] Simple, also stable enough. | ||
| 519 | -- [x] High-performance([CN][v1_CN_Performance], [EN][v1_EN_Performance]): single-thread, async socket, event/st-thread driven. | ||
| 520 | -- [x] High-concurrency([CN][v1_CN_Performance], [EN][v1_EN_Performance]), 6000+ connections(500kbps), 900Mbps, CPU 90.2%, 41MB | ||
| 521 | -- [x] Support RTMP Origin Server([CN][v1_CN_DeliveryRTMP],[EN][v1_EN_DeliveryRTMP]) | ||
| 522 | -- [x] Support RTMP Edge Server([CN][v1_CN_Edge], [EN][v1_EN_Edge]) for CDN, push/pull stream from any RTMP server | ||
| 523 | -- [x] Support single process; no multiple processes. | ||
| 524 | -- [x] Support Vhost([CN][v1_CN_RtmpUrlVhost], [EN][v1_EN_RtmpUrlVhost]), support \_\_defaultVhost\_\_. | ||
| 525 | -- [x] Support RTMP([CN][v1_CN_DeliveryRTMP], [EN][v1_EN_DeliveryRTMP]) live streaming; no vod streaming. | ||
| 526 | -- [x] Support Apple HLS(m3u8)([CN][v1_CN_DeliveryHLS], [EN][v1_EN_DeliveryHLS]) live streaming. | 518 | +- [x] Simple and stable enough. |
| 519 | +- [x] Support RTMP origin-edge cluster, for origin ([CN][v1_CN_DeliveryRTMP],[EN][v1_EN_DeliveryRTMP]), for edge([CN][v1_CN_Edge], [EN][v1_EN_Edge]). | ||
| 520 | +- [x] Support remux RTMP to HTTP-FLV([CN][v2_CN_SampleHttpFlv], [EN][v2_EN_SampleHttpFlv]) or HLS([CN][v1_CN_DeliveryHLS], [EN][v1_EN_DeliveryHLS]). | ||
| 521 | +- [x] High-performance([CN][v1_CN_Performance], [EN][v1_EN_Performance]): single-thread, async socket, event(st) driven. | ||
| 522 | +- [x] High-concurrency([CN][v1_CN_Performance], [EN][v1_EN_Performance]), 6000+ connections(500kbps), 900Mbps, CPU 90.2%, 41MB. | ||
| 523 | +- [x] Support Vhost([CN][v1_CN_RtmpUrlVhost], [EN][v1_EN_RtmpUrlVhost]) and \_\_defaultVhost\_\_. | ||
| 527 | - [x] Support HLS audio-only([CN][v1_CN_DeliveryHLS2], [EN][v1_EN_DeliveryHLS2]) live streaming. | 524 | - [x] Support HLS audio-only([CN][v1_CN_DeliveryHLS2], [EN][v1_EN_DeliveryHLS2]) live streaming. |
| 528 | -- [x] Support Reload([CN][v1_CN_Reload], [EN][v1_EN_Reload]) config to enable changes. | ||
| 529 | -- [x] Support cache last gop([CN][v1_CN_LowLatency2], [EN][v1_EN_LowLatency2]) for flash player to fast startup. | 525 | +- [x] Support reload([CN][v1_CN_Reload], [EN][v1_EN_Reload]) config to hot apply config. |
| 526 | +- [x] Support gop-cache to cache last gop([CN][v1_CN_LowLatency2], [EN][v1_EN_LowLatency2]) for fast startup. | ||
| 530 | - [x] Support listen at multiple ports. | 527 | - [x] Support listen at multiple ports. |
| 531 | -- [x] Support long time(>4.6hours) publish/play. | ||
| 532 | -- [x] Support Forward([CN][v1_CN_Forward], [EN][v1_EN_Forward]) in master-slave mode. | ||
| 533 | -- [x] Support live stream Transcoding([CN][v1_CN_FFMPEG], [EN][v1_EN_FFMPEG]) by ffmpeg. | ||
| 534 | -- [x] Support ffmpeg([CN][v1_CN_FFMPEG], [EN][v1_EN_FFMPEG]) filters(logo/overlay/crop), x264 params, copy/vn/an. | ||
| 535 | -- [x] Support audio transcode([CN][v1_CN_FFMPEG], [EN][v1_EN_FFMPEG]) only, speex/mp3 to aac | ||
| 536 | -- [x] Support http callback api hooks([CN][v1_CN_HTTPCallback], [EN][v1_EN_HTTPCallback])(for authentication and injection). | 528 | +- [x] Support RTMP long time(>4.6hours) publish/play. |
| 529 | +- [x] Support forward([CN][v1_CN_Forward], [EN][v1_EN_Forward]) in master-slave mode. | ||
| 530 | +- [x] Support transcoding([CN][v1_CN_FFMPEG], [EN][v1_EN_FFMPEG]) by fork ffmpeg. | ||
| 531 | +- [x] Support HTTP-callback([CN][v1_CN_HTTPCallback], [EN][v1_EN_HTTPCallback]) for authentication and injection. | ||
| 537 | - [x] Support bandwidth test([CN][v1_CN_BandwidthTestTool], [EN][v1_EN_BandwidthTestTool]) api and flash client. | 532 | - [x] Support bandwidth test([CN][v1_CN_BandwidthTestTool], [EN][v1_EN_BandwidthTestTool]) api and flash client. |
| 538 | -- [x] Player, publisher(encoder), and demo pages(jquery+bootstrap)([CN][v1_CN_SampleDemo],[EN][v1_EN_SampleDemo]). | ||
| 539 | -- [x] Demo([CN][v1_CN_SampleDemo], [EN][v1_EN_SampleDemo]) video meeting or chat(SRS+cherrypy+jquery+bootstrap). | ||
| 540 | -- [x] Full documents in wiki([CN][v1_CN_Home], [EN][v1_EN_Home]), both Chinese and English. | ||
| 541 | -- [x] Support RTMP(play-publish) library: srs-librtmp([CN][v2_CN_SrsLibrtmp], [EN][v2_EN_SrsLibrtmp]) | ||
| 542 | -- [x] Support ARM cpu arch([CN][v1_CN_SrsLinuxArm], [EN][v1_EN_SrsLinuxArm]) with rtmp/ssl/hls/librtmp. | ||
| 543 | -- [x] Support init.d([CN][v1_CN_LinuxService], [EN][v1_EN_LinuxService]) and packge script, log to file. | ||
| 544 | -- [x] Support RTMP ATC([CN][v1_CN_RTMP-ATC], [EN][v1_EN_RTMP-ATC]) for HLS/HDS to support backup(failover) | ||
| 545 | -- [x] Support HTTP RESTful management api([CN][v1_CN_HTTPApi], [EN][v1_EN_HTTPApi]). | ||
| 546 | -- [x] Support Ingest([CN][v1_CN_Ingest], [EN][v1_EN_Ingest]) FILE/HTTP/RTMP/RTSP(RTP, SDP) to RTMP using external tools(e.g ffmepg). | ||
| 547 | -- [x] Support DVR([CN][v1_CN_DVR], [EN][v1_EN_DVR]), record live to flv file for vod. | 533 | +- [x] Support wiki in both [Chinese][v1_CN_Home] and [English][v1_EN_Home]. |
| 534 | +- [x] Support RTMP client library: srs-librtmp([CN][v2_CN_SrsLibrtmp], [EN][v2_EN_SrsLibrtmp]) | ||
| 535 | +- [x] Support ARM([CN][v1_CN_SrsLinuxArm], [EN][v1_EN_SrsLinuxArm]) with rtmp/ssl/hls/librtmp. | ||
| 536 | +- [x] Support HTTP-API([CN][v1_CN_HTTPApi], [EN][v1_EN_HTTPApi]) for management. | ||
| 537 | +- [x] Support ingest([CN][v1_CN_Ingest], [EN][v1_EN_Ingest]) other protocol to RTMP by ffmpeg. | ||
| 538 | +- [x] Support DVR([CN][v1_CN_DVR], [EN][v1_EN_DVR]) to record live to flv file. | ||
| 548 | - [x] Support tracable log, session based log([CN][v1_CN_SrsLog], [EN][v1_EN_SrsLog]). | 539 | - [x] Support tracable log, session based log([CN][v1_CN_SrsLog], [EN][v1_EN_SrsLog]). |
| 549 | -- [x] Support DRM token traverse([CN][v1_CN_DRM2], [EN][v1_EN_DRM2]) for fms origin authenticate. | ||
| 550 | -- [x] Support system full utest on gtest. | ||
| 551 | -- [x] Support embeded HTTP server([CN][v2_CN_SampleHTTP], [EN][v2_EN_SampleHTTP]) for hls(live/vod) | ||
| 552 | -- [x] Support vod stream(http flv/hls vod stream)([CN][v2_CN_FlvVodStream], [EN][v2_EN_FlvVodStream]). | ||
| 553 | -- [x] Stable [1.0release branch][branch1]. | 540 | +- [x] Support Adobe FMS/AMS token traverse([CN][v1_CN_DRM2], [EN][v1_EN_DRM2]). |
| 541 | +- [x] Support embeded HTTP server([CN][v2_CN_SampleHTTP], [EN][v2_EN_SampleHTTP]) for http streaming. | ||
| 554 | - [x] Support publish h264 raw stream([CN][v2_CN_SrsLibrtmp2], [EN][v2_EN_SrsLibrtmp2]) by srs-librtmp. | 542 | - [x] Support publish h264 raw stream([CN][v2_CN_SrsLibrtmp2], [EN][v2_EN_SrsLibrtmp2]) by srs-librtmp. |
| 555 | -- [x] Support [6k+ clients][bug #194], 3Gbps per process. | ||
| 556 | -- [x] Suppport [English wiki][v1_EN_Home]. | ||
| 557 | -- [x] Research and simplify st, [bug #182][bug #182]. | ||
| 558 | -- [x] Support compile [srs-librtmp on windows][srs-librtmp], [bug #213][bug #213]. | ||
| 559 | -- [x] Support [10k+ clients][bug #251], 4Gbps per process. | ||
| 560 | - [x] Support publish aac adts raw stream([CN][v2_CN_SrsLibrtmp3], [EN][v2_EN_SrsLibrtmp3]) by srs-librtmp. | 543 | - [x] Support publish aac adts raw stream([CN][v2_CN_SrsLibrtmp3], [EN][v2_EN_SrsLibrtmp3]) by srs-librtmp. |
| 561 | -- [x] Support 0.1s+ latency, read [bug #257][bug #257]. | ||
| 562 | -- [x] Support allow/deny publish/play for all or specified ip([CN][v2_CN_Security], [EN][v2_EN_Security]). | ||
| 563 | -- [x] Support custom dvr path and http callback, read [bug #179][bug #179] and [bug #274][bug #274]. | ||
| 564 | -- [x] Support rtmp remux to http flv/mp3/aac/ts live stream, read [bug #293][bug #293]([CN][v2_CN_DeliveryHttpStream], [EN][v2_CN_DeliveryHttpStream]). | ||
| 565 | -- [x] Support HLS(h.264+mp3) streaming, read [bug #301][bug #301]. | ||
| 566 | -- [x] Rewrite HLS(h.264+aac/mp3) streaming, read [bug #304][bug #304]. | ||
| 567 | -- [x] Support nginx-rtmp style exec, read [bug #367][bug #367]. | ||
| 568 | -- [x] Support NGINX-RTMP style EXEC, read [#367][bug #367]. | ||
| 569 | -- [x] Support NGINX-RTMP style dvr control module, read [#459][bug #459]. | ||
| 570 | -- [x] Support HTTP Security Raw Api, read [#459][bug #459], [#470][bug #470], [#319][bug #319]. | ||
| 571 | -- [x] [experiment] Support Integration with Kafka/Spark Big-Data system, read [#467][bug #467]. | ||
| 572 | -- [x] [experiment] Support Adobe HDS(f4m)([CN][v1_CN_DeliveryHDS], [EN][v1_EN_DeliveryHDS]) dynamic streaming. | ||
| 573 | -- [x] [experiment] Support push MPEG-TS over UDP to SRS, read [bug #250][bug #250]. | ||
| 574 | -- [x] [experiment] Support push RTSP to SRS, read [bug #133][bug #133]. | ||
| 575 | -- [x] [experiment] Support push flv stream over HTTP POST to SRS, read [wiki]([CN][v2_CN_Streamer2], [EN][v2_EN_Streamer2]). | ||
| 576 | -- [x] [experiment] Support [srs-dolphin][srs-dolphin], the multiple-process SRS. | ||
| 577 | -- [x] [experiment] Support [remote console][console], read [srs-ngb][srs-ngb]. | 544 | +- [x] Support low latency(0.1s+), please read [bug #257][bug #257]. |
| 545 | +- [x] Support security to allow/deny publish/play ip([CN][v2_CN_Security], [EN][v2_EN_Security]). | ||
| 546 | +- [x] Support remux RTMP to http flv/mp3/aac/ts live stream, please read wiki([CN][v2_CN_DeliveryHttpStream], [EN][v2_CN_DeliveryHttpStream]). | ||
| 547 | +- [x] Support HLS with mp3(h.264+mp3), please read [bug #301][bug #301]. | ||
| 548 | +- [x] Support EXEC introduced by nginx-rtmp, please read [bug #367][bug #367]. | ||
| 549 | +- [x] Support DVR control module introduced by nginx-rtmp, please read [#459][bug #459]. | ||
| 550 | +- [x] Support HTTP RAW API, please read [#459][bug #459], [#470][bug #470], [#319][bug #319]. | ||
| 578 | - [x] Support http api/stream CORS for js. | 551 | - [x] Support http api/stream CORS for js. |
| 552 | +- [x] [experiment] Support big-data with Kafka, please read [#467][bug #467]. | ||
| 553 | +- [x] [experiment] Support Adobe HDS(f4m), please read wiki([CN][v1_CN_DeliveryHDS], [EN][v1_EN_DeliveryHDS]). | ||
| 554 | +- [x] [experiment] Support push MPEG-TS over UDP to SRS, please read [bug #250][bug #250]. | ||
| 555 | +- [x] [experiment] Support push RTSP to SRS, please read [bug #133][bug #133]. | ||
| 556 | +- [x] [experiment] Support push POST FLV over HTTP, please read [wiki]([CN][v2_CN_Streamer2], [EN][v2_EN_Streamer2]). | ||
| 557 | +- [x] [experiment] Support multiple processes by [dolphin][srs-dolphin] or [oryx][oryx]. | ||
| 558 | +- [x] [experiment] Support [mgmt console][console], please read [srs-ngb][srs-ngb]. | ||
| 579 | - [ ] Enhanced forward with vhost and url variables. | 559 | - [ ] Enhanced forward with vhost and url variables. |
| 580 | - [ ] Support source or idle stream cleanup. | 560 | - [ ] Support source or idle stream cleanup. |
| 581 | -- [ ] Support Origin Cluster for Load Balance and Fault Tolarence, read [#464][bug #464], [RTMP 302][bug #92]. | 561 | +- [ ] Support origin cluster, please read [#464][bug #464], [RTMP 302][bug #92]. |
| 582 | - [ ] Support H.265, push RTMP with H.265, delivery in HLS, read [#465][bug #465]. | 562 | - [ ] Support H.265, push RTMP with H.265, delivery in HLS, read [#465][bug #465]. |
| 583 | - [ ] Support MPEG-DASH, the future streaming protocol, read [#299][bug #299]. | 563 | - [ ] Support MPEG-DASH, the future streaming protocol, read [#299][bug #299]. |
| 584 | -- [ ] Support HLS edge server, read [#466][bug #466]. | ||
| 585 | -- [ ] Support HLS realtime latency mode, read [#468][bug #468]. | 564 | +- [ ] Support HLS+, please read [#466][bug #466] and [#468][bug #468]. |
| 586 | 565 | ||
| 587 | ### Compare | 566 | ### Compare |
| 588 | 567 | ||
| @@ -972,6 +951,7 @@ Winlin | @@ -972,6 +951,7 @@ Winlin | ||
| 972 | [csdn]: https://code.csdn.net/winlinvip/srs-csdn | 951 | [csdn]: https://code.csdn.net/winlinvip/srs-csdn |
| 973 | [oschina]: http://git.oschina.net/winlinvip/srs.oschina | 952 | [oschina]: http://git.oschina.net/winlinvip/srs.oschina |
| 974 | [srs-dolphin]: https://github.com/ossrs/srs-dolphin | 953 | [srs-dolphin]: https://github.com/ossrs/srs-dolphin |
| 954 | +[oryx]: https://github.com/ossrs/go-oryx | ||
| 975 | [srs-bench]: https://github.com/ossrs/srs-bench | 955 | [srs-bench]: https://github.com/ossrs/srs-bench |
| 976 | [srs-ngb]: https://github.com/ossrs/srs-ngb | 956 | [srs-ngb]: https://github.com/ossrs/srs-ngb |
| 977 | [srs-librtmp]: https://github.com/ossrs/srs-librtmp | 957 | [srs-librtmp]: https://github.com/ossrs/srs-librtmp |
-
请 注册 或 登录 后发表评论