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-02-27 11:20:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec6a22e23f7accd64be9ce54ec6bf0ac804d9a2c
ec6a22e2
1 parent
af461157
update readme
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
27 行增加
和
0 行删除
README.md
README.md
查看文件 @
ec6a22e
...
...
@@ -25,7 +25,34 @@ answer newbie questions, and generally made SRS that much better: [AUTHORS.txt](
### Wiki
[
https://github.com/winlinvip/simple-rtmp-server/wiki
](
https://github.com/winlinvip/simple-rtmp-server/wiki
)
### Usage(RTMP)
<strong>
Requires: Centos6.x 64bits, others see
[
Build
](
https://github.com/winlinvip/simple-rtmp-server/wiki/Build
)
</strong><br/>
<strong>
Step 0:
</strong>
get SRS
<br/>
<pre>
git clone https://github.com/winlinvip/simple-rtmp-server &&
cd simple-rtmp-server/trunk
</pre>
<strong>
Step 1:
</strong>
build SRS
<br/>
<pre>
./configure --with-ssl --without-hls --without-ffmpeg --without-http && make
</pre>
<strong>
Step 2:
</strong>
start SRS
<br/>
<pre>
./objs/srs -c conf/srs.conf
</pre>
<strong>
Step 3:
</strong>
[
Adobe FMLE
](
http://www.adobe.com/cn/products/flash-media-encoder.html
)
publish demo live stream
<br/>
<pre>
FMS URL: rtmp://192.168.1.170/live
Stream: livestream
</pre>
<strong>
Step 4:
</strong>
[
VLC (2.1+)
](
http://www.videolan.org/vlc/
)
play live stream.
<br/>
<pre>
rtmp url: rtmp://192.168.1.170/live/livestream
</pre>
### Usage(simple)
<strong>
Requires: Centos6.x 64bits, others see
[
Build
](
https://github.com/winlinvip/simple-rtmp-server/wiki/Build
)
</strong><br/>
<strong>
Step -1:
</strong>
get SRS
<br/>
<pre>
...
...
请
注册
或
登录
后发表评论