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
2013-12-23 10:45:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c5545a3fedb3d35b118656dda0a14ac0680f518
1c5545a3
1 parent
6f165d94
update readme
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
19 行删除
README.md
README.md
查看文件 @
1c5545a
...
...
@@ -16,14 +16,9 @@ who is the contributors: <br/>
2.
the name of all contributors will send in the response of NetConnection.connect and metadata.
### Usage(simple)
<strong>
step 0:
</strong>
get srs
<br/>
<pre>
tar xf simple-rtmp-server-
*.*
.tar.gz
cd simple-rtmp-server-
*.*
/trunk
</pre>
or get the latest code:
<br/>
<strong>
step 0:
</strong>
get srs
<br/>
<pre>
git clone https://github.com/winlinvip/simple-rtmp-server
git clone https://github.com/winlinvip/simple-rtmp-server
&&
cd simple-rtmp-server/trunk
</pre>
<strong>
step 1:
</strong>
build and start srs all demo features.
<br/>
...
...
@@ -47,23 +42,12 @@ bash scripts/stop.sh
### Usage(detail)
<strong>
step 0:
</strong>
get srs
<br/>
<pre>
tar xf simple-rtmp-server-
*.*
.tar.gz
cd simple-rtmp-server-
*.*
/trunk
</pre>
or get the latest code:
<br/>
<pre>
git clone https://github.com/winlinvip/simple-rtmp-server
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 --with-hls --with-ffmpeg --with-http && make
</pre>
or get the latest code:
<br/>
<pre>
cd simple-rtmp-server/trunk
./configure --with-ssl --with-hls --with-ffmpeg --with-http
</pre>
<strong>
step 2:
</strong>
start srs
<br/>
<pre>
./objs/srs -c conf/srs.conf
...
...
请
注册
或
登录
后发表评论