From b5565073ea160575eb043399a24776d34c5674ab Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 18 Dec 2013 15:26:38 +0800 Subject: [PATCH] update readme --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 4a93dc5ec..205180055 100755 --- a/README.md +++ b/README.md @@ -59,35 +59,35 @@ For example, use ffmpeg to publish: # linux: /etc/hosts # windows: C:\Windows\System32\drivers\etc\hosts # where server ip is 192.168.2.111 -192.168.2.111 demo +192.168.2.111 demo.srs.com step 8: play live stream.
-players: http://demo:80/players
-rtmp url: rtmp://demo:1935/live/livestream
-m3u8 url: http://demo:80/live/livestream.m3u8
-for android: http://demo:80/live/livestream.html
+players: http://demo.srs.com:80/players
+rtmp url: rtmp://demo.srs.com:1935/live/livestream
+m3u8 url: http://demo.srs.com:80/live/livestream.m3u8
+for android: http://demo.srs.com:80/live/livestream.html
 
step 9(optinal): play live stream auto transcoded
-rtmp url: rtmp://demo:1935/live/livestream_ld
-m3u8 url: http://demo:80/live/livestream_ld.m3u8
-for android: http://demo:80/live/livestream_ld.html
-rtmp url: rtmp://demo:1935/live/livestream_sd
-m3u8 url: http://demo:80/live/livestream_sd.m3u8
-for android: http://demo:80/live/livestream_sd.html
+rtmp url: rtmp://demo.srs.com:1935/live/livestream_ld
+m3u8 url: http://demo.srs.com:80/live/livestream_ld.m3u8
+for android: http://demo.srs.com:80/live/livestream_ld.html
+rtmp url: rtmp://demo.srs.com:1935/live/livestream_sd
+m3u8 url: http://demo.srs.com:80/live/livestream_sd.m3u8
+for android: http://demo.srs.com:80/live/livestream_sd.html
 
step 10(optinal): 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
-for android: http://demo:80/forward/live/livestream.html
-rtmp url: rtmp://demo:19350/live/livestream_ld
-m3u8 url: http://demo:80/forward/live/livestream_ld.m3u8
-for android: http://demo:80/forward/live/livestream_ld.html
-rtmp url: rtmp://demo:19350/live/livestream_sd
-m3u8 url: http://demo:80/forward/live/livestream_sd.m3u8
-for android: http://demo:80/forward/live/livestream_sd.html
+rtmp url: rtmp://demo.srs.com:19350/live/livestream
+m3u8 url: http://demo.srs.com:80/forward/live/livestream.m3u8
+for android: http://demo.srs.com:80/forward/live/livestream.html
+rtmp url: rtmp://demo.srs.com:19350/live/livestream_ld
+m3u8 url: http://demo.srs.com:80/forward/live/livestream_ld.m3u8
+for android: http://demo.srs.com:80/forward/live/livestream_ld.html
+rtmp url: rtmp://demo.srs.com:19350/live/livestream_sd
+m3u8 url: http://demo.srs.com:80/forward/live/livestream_sd.m3u8
+for android: http://demo.srs.com:80/forward/live/livestream_sd.html
 
step 11(optinal): modify the config and reload it (all features support reload)