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

fix the memory leak error

This commit is contained in:
winlin 2013-11-28 14:53:46 +08:00
parent 005f821441
commit af5e7f002f
6 changed files with 36 additions and 24 deletions

View file

@ -1,5 +1,5 @@
# the listen ports, split by space.
listen 1935;
listen 1936;
# the default chunk size is 128, max is 65536,
# some client does not support chunk size change,
# however, most clients supports it and it can improve
@ -10,7 +10,7 @@ chunk_size 65000;
# for which cannot identify the required vhost.
vhost __defaultVhost__ {
enabled on;
gop_cache on;
gop_cache off;
hls on;
hls_path ./objs/nginx/html;
hls_fragment 5;