From 85515f05d329823427a4329110d63fdf662bd445 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 21 Dec 2013 14:19:05 +0800 Subject: [PATCH] rename the title --- README.md | 36 +++++++++++------------ trunk/research/players/index.html | 4 +-- trunk/research/players/jwplayer6.html | 4 +-- trunk/research/players/osmf.html | 4 +-- trunk/research/players/srs_bwt.html | 4 +-- trunk/research/players/srs_player.html | 4 +-- trunk/research/players/srs_publisher.html | 4 +-- trunk/research/players/vlc.html | 4 +-- 8 files changed, 32 insertions(+), 32 deletions(-) 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.html
 
step 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.html
 
step 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.html
 
step 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 @@