From 8f8412b59c7d9197f7c2f2ca82629602c61c4582 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 7 Dec 2013 20:52:02 +0800 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 733f7f0cd..dd5d4b54d 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ step 5(optional): start http hooks for srs callback
 python ./research/api-server/server.py 8085
 
-step 5: publish live stream
+step 6: publish live stream
 FMS URL: rtmp://127.0.0.1:1935/live
 Stream:  livestream
@@ -46,7 +46,7 @@ For example, use ffmpeg to publish:
         sleep 1; \
     done
 
-step 6: add server ip to client hosts as demo.
+step 7: add server ip to client hosts as demo.
 # edit the folowing file:
 # linux: /etc/hosts
@@ -54,19 +54,19 @@ step 6: add server ip to client hosts as demo. 
# where server ip is 192.168.2.111 192.168.2.111 demo
-step 7: play live stream.
+step 8: play live stream.
 rtmp url: rtmp://demo:1935/live/livestream
 m3u8 url: http://demo:80/live/livestream.m3u8
 
-step 8: play live stream auto transcoded
+step 9: play live stream auto transcoded
 rtmp url: rtmp://demo:1935/live/livestream_ld
 m3u8 url: http://demo:80/live/livestream_ld.m3u8
 rtmp url: rtmp://demo:1935/live/livestream_sd
 m3u8 url: http://demo:80/live/livestream_sd.m3u8
 
-step 9: play live stream auto forwarded, the hls dir change to /forward
+step 10: play live stream auto forwarded, the hls dir change to /forward
 rtmp url: rtmp://demo:19350/live/livestream
 m3u8 url: http://demo:80/forward/live/livestream.m3u8