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:
parent
ecebedfed2
commit
023e23bc82
2 changed files with 27 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue