winlin

update readme

正在显示 1 个修改的文件 包含 27 行增加0 行删除
@@ -25,7 +25,34 @@ answer newbie questions, and generally made SRS that much better: [AUTHORS.txt]( @@ -25,7 +25,34 @@ answer newbie questions, and generally made SRS that much better: [AUTHORS.txt](
25 ### Wiki 25 ### Wiki
26 [https://github.com/winlinvip/simple-rtmp-server/wiki](https://github.com/winlinvip/simple-rtmp-server/wiki) 26 [https://github.com/winlinvip/simple-rtmp-server/wiki](https://github.com/winlinvip/simple-rtmp-server/wiki)
27 27
  28 +### Usage(RTMP)
  29 +
  30 +<strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/>
  31 +<strong>Step 0:</strong> get SRS <br/>
  32 +<pre>
  33 +git clone https://github.com/winlinvip/simple-rtmp-server &&
  34 +cd simple-rtmp-server/trunk
  35 +</pre>
  36 +<strong>Step 1:</strong> build SRS <br/>
  37 +<pre>
  38 +./configure --with-ssl --without-hls --without-ffmpeg --without-http && make
  39 +</pre>
  40 +<strong>Step 2:</strong> start SRS <br/>
  41 +<pre>
  42 +./objs/srs -c conf/srs.conf
  43 +</pre>
  44 +<strong>Step 3:</strong> [Adobe FMLE](http://www.adobe.com/cn/products/flash-media-encoder.html) publish demo live stream <br/>
  45 +<pre>
  46 +FMS URL: rtmp://192.168.1.170/live
  47 +Stream: livestream
  48 +</pre>
  49 +<strong>Step 4:</strong> [VLC (2.1+)](http://www.videolan.org/vlc/) play live stream. <br/>
  50 +<pre>
  51 +rtmp url: rtmp://192.168.1.170/live/livestream
  52 +</pre>
  53 +
28 ### Usage(simple) 54 ### Usage(simple)
  55 +
29 <strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/> 56 <strong>Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/>
30 <strong>Step -1:</strong> get SRS<br/> 57 <strong>Step -1:</strong> get SRS<br/>
31 <pre> 58 <pre>