mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
simplify usage
This commit is contained in:
parent
e5d949f665
commit
1dbac1e325
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ answer newbie questions, and generally made SRS that much better: [AUTHORS.txt](
|
||||||
git clone https://github.com/winlinvip/simple-rtmp-server &&
|
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,
|
||||||
<strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><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
|
||||||
|
@ -41,8 +41,8 @@ cd simple-rtmp-server/trunk
|
||||||
<pre>
|
<pre>
|
||||||
./objs/srs -c conf/srs.conf
|
./objs/srs -c conf/srs.conf
|
||||||
</pre>
|
</pre>
|
||||||
<strong>Samples</strong>:
|
<strong>Samples</strong>:<br/>
|
||||||
* [Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)
|
[Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)<br/>
|
||||||
|
|
||||||
### Architecture
|
### Architecture
|
||||||
System Architecture:
|
System Architecture:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue