diff --git a/README.md b/README.md
index 205180055..8bda9fdf4 100755
--- a/README.md
+++ b/README.md
@@ -43,13 +43,13 @@ python ./research/api-server/server.py 8085
step 6: publish live stream
-FMS URL: rtmp://127.0.0.1:1935/live +FMS URL: rtmp://127.0.0.1/live Stream: livestream For example, use ffmpeg to publish: for((;;)); do \ ./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.200kbps.768x320.flv \ -vcodec copy -acodec copy \ - -f flv -y rtmp://127.0.0.1:1935/live/livestream; \ + -f flv -y rtmp://127.0.0.1/live/livestream; \ sleep 1; \ done@@ -63,31 +63,31 @@ For example, use ffmpeg to publish: step 8: play live stream.
-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 +players: http://demo.srs.com/players +rtmp url: rtmp://demo.srs.com/live/livestream +m3u8 url: http://demo.srs.com/live/livestream.m3u8 +for android: http://demo.srs.com/live/livestream.htmlstep 9(optinal): play live stream auto transcoded
-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 +rtmp url: rtmp://demo.srs.com/live/livestream_ld +m3u8 url: http://demo.srs.com/live/livestream_ld.m3u8 +for android: http://demo.srs.com/live/livestream_ld.html +rtmp url: rtmp://demo.srs.com/live/livestream_sd +m3u8 url: http://demo.srs.com/live/livestream_sd.m3u8 +for android: http://demo.srs.com/live/livestream_sd.htmlstep 10(optinal): play live stream auto forwarded, the hls dir change to /forward
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 +m3u8 url: http://demo.srs.com/forward/live/livestream.m3u8 +for android: http://demo.srs.com/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 +m3u8 url: http://demo.srs.com/forward/live/livestream_ld.m3u8 +for android: http://demo.srs.com/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 +m3u8 url: http://demo.srs.com/forward/live/livestream_sd.m3u8 +for android: http://demo.srs.com/forward/live/livestream_sd.htmlstep 11(optinal): modify the config and reload it (all features support reload)
diff --git a/trunk/research/players/index.html b/trunk/research/players/index.html index 75c4f26ea..916050076 100755 --- a/trunk/research/players/index.html +++ b/trunk/research/players/index.html @@ -1,7 +1,7 @@ -SrsPlayers +SRS @@ -25,7 +25,7 @@