1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

disable the forward for bug. update the steps

This commit is contained in:
winlin 2013-12-01 12:31:23 +08:00
parent ec28513941
commit bbf7b9bb01
2 changed files with 3 additions and 1 deletions

View file

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