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

for #319, the vhost scope config is enabled, chunk_size, tcp_nodelay and min_latency.

This commit is contained in:
winlin 2015-08-30 06:49:20 +08:00
parent 9c4340f789
commit 4eb1874955
5 changed files with 311 additions and 296 deletions

View file

@ -5,12 +5,12 @@
listen 1935;
max_connections 1000;
vhost __defaultVhost__ {
tcp_nodelay on;
tcp_nodelay on
min_latency on;
play {
gop_cache off;
queue_length 10;
min_latency on;
mw_latency 100;
}