正在显示
1 个修改的文件
包含
7 行增加
和
6 行删除
| @@ -38,19 +38,20 @@ BLACK="\\${BLACK}" | @@ -38,19 +38,20 @@ BLACK="\\${BLACK}" | ||
| 38 | echo -e "\${GREEN}The build summary:\${BLACK}" | 38 | echo -e "\${GREEN}The build summary:\${BLACK}" |
| 39 | echo -e " \${BLACK}+------------------------------------------------------------------------------------\${BLACK}" | 39 | echo -e " \${BLACK}+------------------------------------------------------------------------------------\${BLACK}" |
| 40 | echo -e " \${GREEN}For SRS benchmark, recomment the following tools:\${BLACK}" | 40 | echo -e " \${GREEN}For SRS benchmark, recomment the following tools:\${BLACK}" |
| 41 | -echo -e " \${GREEN} About gperf, gprof and valgrind, please read http://blog.csdn.net/win_lin/article/details/53503869\${BLACK}" | 41 | +echo -e " \${GREEN} About gperf, gprof and valgrind, please read\${BLACK}" |
| 42 | +echo -e " \${GREEN} http://blog.csdn.net/win_lin/article/details/53503869\${BLACK}" | ||
| 42 | echo -e " \${BLACK}+------------------------------------------------------------------------------------\${BLACK}" | 43 | echo -e " \${BLACK}+------------------------------------------------------------------------------------\${BLACK}" |
| 43 | echo -e " |\${GREEN}The main server usage: ./objs/srs -c conf/srs.conf, start the srs server\${BLACK}" | 44 | echo -e " |\${GREEN}The main server usage: ./objs/srs -c conf/srs.conf, start the srs server\${BLACK}" |
| 44 | echo -e " | ${SrsHlsSummaryColor}About HLS, please read https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS\${BLACK}" | 45 | echo -e " | ${SrsHlsSummaryColor}About HLS, please read https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS\${BLACK}" |
| 45 | -echo -e " | ${SrsDvrSummaryColor}About DVR, please read https://github.com/ossrs/srs/wiki/v2_CN_DVR\${BLACK}" | 46 | +echo -e " | ${SrsDvrSummaryColor}About DVR, please read https://github.com/ossrs/srs/wiki/v3_CN_DVR\${BLACK}" |
| 46 | echo -e " | ${SrsNginxSummaryColor}About NGINX, please read https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS\${BLACK}" | 47 | echo -e " | ${SrsNginxSummaryColor}About NGINX, please read https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS\${BLACK}" |
| 47 | echo -e " | ${SrsSslSummaryColor}About SSL, please read https://github.com/ossrs/srs/wiki/v1_CN_RTMPHandshake\${BLACK}" | 48 | echo -e " | ${SrsSslSummaryColor}About SSL, please read https://github.com/ossrs/srs/wiki/v1_CN_RTMPHandshake\${BLACK}" |
| 48 | -echo -e " | ${SrsFfmpegSummaryColor}About FFMPEG, please read https://github.com/ossrs/srs/wiki/v1_CN_FFMPEG\${BLACK}" | ||
| 49 | -echo -e " | ${SrsTranscodeSummaryColor}About transcoding, please read https://github.com/ossrs/srs/wiki/v1_CN_FFMPEG\${BLACK}" | 49 | +echo -e " | ${SrsFfmpegSummaryColor}About FFMPEG, please read https://github.com/ossrs/srs/wiki/v3_CN_FFMPEG\${BLACK}" |
| 50 | +echo -e " | ${SrsTranscodeSummaryColor}About transcoding, please read https://github.com/ossrs/srs/wiki/v3_CN_FFMPEG\${BLACK}" | ||
| 50 | echo -e " | ${SrsIngestSummaryColor}About ingester, please read https://github.com/ossrs/srs/wiki/v1_CN_Ingest\${BLACK}" | 51 | echo -e " | ${SrsIngestSummaryColor}About ingester, please read https://github.com/ossrs/srs/wiki/v1_CN_Ingest\${BLACK}" |
| 51 | -echo -e " | ${SrsHttpCallbackSummaryColor}About http-callback, please read https://github.com/ossrs/srs/wiki/v2_CN_HTTPCallback\${BLACK}" | 52 | +echo -e " | ${SrsHttpCallbackSummaryColor}About http-callback, please read https://github.com/ossrs/srs/wiki/v3_CN_HTTPCallback\${BLACK}" |
| 52 | echo -e " | ${SrsHttpServerSummaryColor}Aoubt embeded http-server, please read https://github.com/ossrs/srs/wiki/v2_CN_HTTPServer\${BLACK}" | 53 | echo -e " | ${SrsHttpServerSummaryColor}Aoubt embeded http-server, please read https://github.com/ossrs/srs/wiki/v2_CN_HTTPServer\${BLACK}" |
| 53 | -echo -e " | ${SrsHttpApiSummaryColor}About http-api, please read https://github.com/ossrs/srs/wiki/v2_CN_HTTPApi\${BLACK}" | 54 | +echo -e " | ${SrsHttpApiSummaryColor}About http-api, please read https://github.com/ossrs/srs/wiki/v3_CN_HTTPApi\${BLACK}" |
| 54 | echo -e " | ${SrsStreamCasterSummaryColor}About stream-caster, please read https://github.com/ossrs/srs/wiki/v2_CN_Streamer\${BLACK}" | 55 | echo -e " | ${SrsStreamCasterSummaryColor}About stream-caster, please read https://github.com/ossrs/srs/wiki/v2_CN_Streamer\${BLACK}" |
| 55 | echo -e " | ${SrsKafkaSummaryColor}About kafka, please read https://github.com/ossrs/srs/wiki/v3_CN_Kafka\${BLACK}" | 56 | echo -e " | ${SrsKafkaSummaryColor}About kafka, please read https://github.com/ossrs/srs/wiki/v3_CN_Kafka\${BLACK}" |
| 56 | echo -e " \${BLACK}+------------------------------------------------------------------------------------\${BLACK}" | 57 | echo -e " \${BLACK}+------------------------------------------------------------------------------------\${BLACK}" |
-
请 注册 或 登录 后发表评论