mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
simplify usage
This commit is contained in:
parent
1afa10d063
commit
ea68d6c77d
1 changed files with 1 additions and 2 deletions
|
@ -33,6 +33,7 @@ git clone https://github.com/winlinvip/simple-rtmp-server &&
|
||||||
cd simple-rtmp-server/trunk
|
cd simple-rtmp-server/trunk
|
||||||
</pre>
|
</pre>
|
||||||
<strong>Step 2:</strong> build SRS <br/>
|
<strong>Step 2:</strong> build SRS <br/>
|
||||||
|
<strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/>
|
||||||
<pre>
|
<pre>
|
||||||
./configure --with-ssl --without-hls --without-ffmpeg --without-http && make
|
./configure --with-ssl --without-hls --without-ffmpeg --without-http && make
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -41,8 +42,6 @@ cd simple-rtmp-server/trunk
|
||||||
./objs/srs -c conf/srs.conf
|
./objs/srs -c conf/srs.conf
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/>
|
|
||||||
|
|
||||||
### Architecture
|
### Architecture
|
||||||
System Architecture:
|
System Architecture:
|
||||||
<pre>
|
<pre>
|
||||||
|
|
Loading…
Reference in a new issue