diff --git a/README.md b/README.md index b137a16e7..82510cc4d 100755 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ m3u8 url: http://dev:80/live/livestream_sd.m3u8 step 9: play live stream auto forwarded, the hls dir change to /forward
+rtmp url: rtmp://dev:19350/live/livestream
+m3u8 url: http://dev:80/forward/live/livestream.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
diff --git a/trunk/conf/srs.conf b/trunk/conf/srs.conf
index fd394311a..c475beadf 100755
--- a/trunk/conf/srs.conf
+++ b/trunk/conf/srs.conf
@@ -15,7 +15,7 @@ vhost __defaultVhost__ {
     hls_path        ./objs/nginx/html;
     hls_fragment    5;
     hls_window      30;
-    forward         127.0.0.1:19350;
+    #forward         127.0.0.1:19350;
     transcode {
         enabled     on;
         ffmpeg      ./objs/ffmpeg/bin/ffmpeg;