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

fix the m3u8 crash bug, simplify it

This commit is contained in:
winlin 2013-12-02 11:46:39 +08:00
parent 2b0bef18ed
commit a2e6e6718e
2 changed files with 40 additions and 23 deletions

View file

@ -76,9 +76,10 @@ vhost dev {
hls_path ./objs/nginx/html;
hls_fragment 5;
hls_window 30;
forward 127.0.0.1:19350;
#forward 127.0.0.1:19350;
forward 127.0.0.1:1936;
transcode {
enabled on;
enabled off;
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
engine dev {
enabled on;