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-18 13:04:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d67edf631bbc349684346ce1260e776a28ecc5bf
d67edf63
1 parent
c85dde7f
update readme, add ubuntu12 to test list
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
README.md
trunk/configure
README.md
查看文件 @
d67edf6
...
...
@@ -50,7 +50,7 @@ git clone https://github.com/winlinvip/simple-rtmp-server &&
cd simple-rtmp-server/trunk
</pre>
<strong>
Step 2:
</strong>
build SRS,
<strong>
Requires Centos6.x
64bits, others see
[
Build
](
https://github.com/winlinvip/simple-rtmp-server/wiki/Build
)
</strong><br/>
<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 && make
</pre>
...
...
trunk/configure
查看文件 @
d67edf6
...
...
@@ -128,7 +128,7 @@ echo -e " | ${SrsLibrtmpSummaryColor}simple handshake: publish/play stre
echo -e " | ${SrsLibrtmpSSLSummaryColor}complex handshake: it's not required for client, recommend disable it\${BLACK}"
echo -e " | ${SrsLibrtmpSummaryColor}librtmp-sample: ./research/librtmp, the srs-librtmp client sample\${BLACK}"
echo -e " \${BLACK}+------------------------------------------------------------------------------------\${BLACK}"
echo -e " |\${GREEN}server: ./objs/srs
,
the srs server\${BLACK}"
echo -e " |\${GREEN}server: ./objs/srs
-c conf/srs.conf, start
the srs server\${BLACK}"
echo -e " | ${SrsHlsSummaryColor}hls @see: https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS\${BLACK}"
echo -e " | ${SrsHlsSummaryColor}hls: generate m3u8 and ts, delivery HLS stream by nginx\${BLACK}"
echo -e " | ${SrsSslSummaryColor}ssl @see: https://github.com/winlinvip/simple-rtmp-server/wiki/RTMPHandshake\${BLACK}"
...
...
请
注册
或
登录
后发表评论