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

add performance test

This commit is contained in:
winlin 2013-11-28 19:25:56 +08:00
parent ecebedfed2
commit 023e23bc82
2 changed files with 27 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# the listen ports, split by space.
listen 1936;
listen 1935;
# 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 off;
gop_cache on;
hls on;
hls_path ./objs/nginx/html;
hls_fragment 5;