diff --git a/README.md b/README.md
index 88d50f5b8..a7ac3eba1 100755
--- a/README.md
+++ b/README.md
@@ -41,24 +41,27 @@ For example, use ffmpeg to publish:
sleep 1; \
done
-step 6: play live stream
+step 6: play live stream. add server ip to hosts as dev:
+# /etc/hosts
+# C:\Windows\System32\drivers\etc\hosts
+192.168.2.111 dev
-rtmp url: rtmp://127.0.0.1:1935/live/livestream -m3u8 url: http://127.0.0.1:80/live/livestream.m3u8 +rtmp url: rtmp://dev:1935/live/livestream +m3u8 url: http://dev:80/live/livestream.m3u8step 7: play live stream auto transcoded
-rtmp url: rtmp://127.0.0.1:1935/live/livestream_ld -m3u8 url: http://127.0.0.1:80/live/livestream_ld.m3u8 -rtmp url: rtmp://127.0.0.1:1935/live/livestream_sd -m3u8 url: http://127.0.0.1:80/live/livestream_sd.m3u8 +rtmp url: rtmp://dev:1935/live/livestream_ld +m3u8 url: http://dev:80/live/livestream_ld.m3u8 +rtmp url: rtmp://dev:1935/live/livestream_sd +m3u8 url: http://dev:80/live/livestream_sd.m3u8step 8: play live stream auto forwarded, the hls dir change to /forward
-rtmp url: rtmp://127.0.0.1:19350/live/livestream_ld -m3u8 url: http://127.0.0.1:80/forward/live/livestream_ld.m3u8 -rtmp url: rtmp://127.0.0.1:19350/live/livestream_sd -m3u8 url: http://127.0.0.1:80/forward/live/livestream_sd.m3u8 +rtmp url: rtmp://dev:19350/live/livestream_ld +m3u8 url: http://dev:80/forward/live/livestream_ld.m3u8 +rtmp url: rtmp://dev:19350/live/livestream_sd +m3u8 url: http://dev:80/forward/live/livestream_sd.m3u8### System Requirements diff --git a/trunk/doc/source.flv b/trunk/doc/source.flv index cc6d00779..832125829 100644 Binary files a/trunk/doc/source.flv and b/trunk/doc/source.flv differ