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

fix the hls reload bug, feed it the sequence header.

This commit is contained in:
winlin 2013-12-15 20:29:18 +08:00
parent 27255a3e7a
commit e262147e81
6 changed files with 46 additions and 12 deletions

View file

@ -96,7 +96,7 @@ vhost dev {
queue_length 10;
forward 127.0.0.1:19350;
hls {
enabled off;
enabled on;
hls_path ./objs/nginx/html;
hls_fragment 5;
hls_window 30;