From ec6a22e23f7accd64be9ce54ec6bf0ac804d9a2c Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 27 Feb 2014 11:20:57 +0800 Subject: [PATCH] update readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 50e56e55f..e591b5c81 100755 --- a/README.md +++ b/README.md @@ -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) + +Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)
+Step 0: get SRS
+
+git clone https://github.com/winlinvip/simple-rtmp-server &&
+cd simple-rtmp-server/trunk
+
+Step 1: build SRS
+
+./configure --with-ssl --without-hls --without-ffmpeg --without-http && make
+
+Step 2: start SRS
+
+./objs/srs -c conf/srs.conf
+
+Step 3: [Adobe FMLE](http://www.adobe.com/cn/products/flash-media-encoder.html) publish demo live stream
+
+FMS URL: rtmp://192.168.1.170/live
+Stream:  livestream
+
+Step 4: [VLC (2.1+)](http://www.videolan.org/vlc/) play live stream.
+
+rtmp url: rtmp://192.168.1.170/live/livestream
+
+ ### Usage(simple) + Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)
Step -1: get SRS