disable the forward for bug. update the steps

pull/133/head
winlin 11 years ago
parent ec28513941
commit bbf7b9bb01

@ -62,6 +62,8 @@ m3u8 url: http://dev:80/live/livestream_sd.m3u8
</pre>
step 9: play live stream auto forwarded, the hls dir change to /forward<br/>
<pre>
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

@ -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;

Loading…
Cancel
Save