Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-03-20 13:30:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6374fa1383a4742ec4e58c0ddd452d2b4b082cf9
6374fa13
1 parent
3fc133bd
simple default configure, only enalbe ssl+hls, disable ffmpeg/nginx/utest/gperf/gprof
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
README.md
trunk/auto/options.sh
README.md
查看文件 @
6374fa1
...
...
@@ -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>
...
...
trunk/auto/options.sh
查看文件 @
6374fa1
...
...
@@ -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
...
...
请
注册
或
登录
后发表评论