simple default configure, only enalbe ssl+hls, disable ffmpeg/nginx/utest/gperf/gprof
正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -52,7 +52,7 @@ cd simple-rtmp-server/trunk | @@ -52,7 +52,7 @@ cd simple-rtmp-server/trunk | ||
| 52 | <strong>Step 2:</strong> build SRS, | 52 | <strong>Step 2:</strong> build SRS, |
| 53 | <strong>Requires Centos6.x/Ubuntu12 32/64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/> | 53 | <strong>Requires Centos6.x/Ubuntu12 32/64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/> |
| 54 | <pre> | 54 | <pre> |
| 55 | -./configure --with-ssl --without-hls --without-ffmpeg --without-http-callback && make | 55 | +./configure && make |
| 56 | </pre> | 56 | </pre> |
| 57 | <strong>Step 3:</strong> start SRS <br/> | 57 | <strong>Step 3:</strong> start SRS <br/> |
| 58 | <pre> | 58 | <pre> |
| @@ -116,12 +116,12 @@ if [ $SRS_ARM_UBUNTU12 = YES ]; then | @@ -116,12 +116,12 @@ if [ $SRS_ARM_UBUNTU12 = YES ]; then | ||
| 116 | else | 116 | else |
| 117 | if [ $SRS_HLS = RESERVED ]; then SRS_HLS=YES; fi | 117 | if [ $SRS_HLS = RESERVED ]; then SRS_HLS=YES; fi |
| 118 | if [ $SRS_SSL = RESERVED ]; then SRS_SSL=YES; fi | 118 | if [ $SRS_SSL = RESERVED ]; then SRS_SSL=YES; fi |
| 119 | - if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=YES; fi | ||
| 120 | - if [ $SRS_HTTP_CALLBACK = RESERVED ]; then SRS_HTTP_CALLBACK=YES; fi | ||
| 121 | - if [ $SRS_LIBRTMP = RESERVED ]; then SRS_LIBRTMP=YES; fi | 119 | + if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=NO; fi |
| 120 | + if [ $SRS_HTTP_CALLBACK = RESERVED ]; then SRS_HTTP_CALLBACK=NO; fi | ||
| 121 | + if [ $SRS_LIBRTMP = RESERVED ]; then SRS_LIBRTMP=NO; fi | ||
| 122 | if [ $SRS_BWTC = RESERVED ]; then SRS_BWTC=NO; fi | 122 | if [ $SRS_BWTC = RESERVED ]; then SRS_BWTC=NO; fi |
| 123 | if [ $SRS_RESEARCH = RESERVED ]; then SRS_RESEARCH=NO; fi | 123 | if [ $SRS_RESEARCH = RESERVED ]; then SRS_RESEARCH=NO; fi |
| 124 | - if [ $SRS_UTEST = RESERVED ]; then SRS_UTEST=YES; fi | 124 | + if [ $SRS_UTEST = RESERVED ]; then SRS_UTEST=NO; fi |
| 125 | if [ $SRS_GPERF = RESERVED ]; then SRS_GPERF=NO; fi | 125 | if [ $SRS_GPERF = RESERVED ]; then SRS_GPERF=NO; fi |
| 126 | if [ $SRS_GPERF_MC = RESERVED ]; then SRS_GPERF_MC=NO; fi | 126 | if [ $SRS_GPERF_MC = RESERVED ]; then SRS_GPERF_MC=NO; fi |
| 127 | if [ $SRS_GPERF_MP = RESERVED ]; then SRS_GPERF_MP=NO; fi | 127 | if [ $SRS_GPERF_MP = RESERVED ]; then SRS_GPERF_MP=NO; fi |
-
请 注册 或 登录 后发表评论