mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
simple default configure, only enalbe ssl+hls, disable ffmpeg/nginx/utest/gperf/gprof
This commit is contained in:
parent
3fc133bded
commit
6374fa1383
2 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ cd simple-rtmp-server/trunk
|
|||
<strong>Step 2:</strong> build SRS,
|
||||
<strong>Requires Centos6.x/Ubuntu12 32/64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/>
|
||||
<pre>
|
||||
./configure --with-ssl --without-hls --without-ffmpeg --without-http-callback && make
|
||||
./configure && make
|
||||
</pre>
|
||||
<strong>Step 3:</strong> start SRS <br/>
|
||||
<pre>
|
||||
|
|
|
@ -116,12 +116,12 @@ if [ $SRS_ARM_UBUNTU12 = YES ]; then
|
|||
else
|
||||
if [ $SRS_HLS = RESERVED ]; then SRS_HLS=YES; fi
|
||||
if [ $SRS_SSL = RESERVED ]; then SRS_SSL=YES; fi
|
||||
if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=YES; fi
|
||||
if [ $SRS_HTTP_CALLBACK = RESERVED ]; then SRS_HTTP_CALLBACK=YES; fi
|
||||
if [ $SRS_LIBRTMP = RESERVED ]; then SRS_LIBRTMP=YES; fi
|
||||
if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=NO; fi
|
||||
if [ $SRS_HTTP_CALLBACK = RESERVED ]; then SRS_HTTP_CALLBACK=NO; fi
|
||||
if [ $SRS_LIBRTMP = RESERVED ]; then SRS_LIBRTMP=NO; fi
|
||||
if [ $SRS_BWTC = RESERVED ]; then SRS_BWTC=NO; fi
|
||||
if [ $SRS_RESEARCH = RESERVED ]; then SRS_RESEARCH=NO; fi
|
||||
if [ $SRS_UTEST = RESERVED ]; then SRS_UTEST=YES; fi
|
||||
if [ $SRS_UTEST = RESERVED ]; then SRS_UTEST=NO; fi
|
||||
if [ $SRS_GPERF = RESERVED ]; then SRS_GPERF=NO; fi
|
||||
if [ $SRS_GPERF_MC = RESERVED ]; then SRS_GPERF_MC=NO; fi
|
||||
if [ $SRS_GPERF_MP = RESERVED ]; then SRS_GPERF_MP=NO; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue