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

add log info for rtmp conn. change the mw_latency to 100 for realtime.

This commit is contained in:
winlin 2014-12-10 18:06:09 +08:00
parent 6bdd0af728
commit 68ade0a267
2 changed files with 7 additions and 0 deletions

4
trunk/conf/realtime.conf Normal file → Executable file
View file

@ -7,4 +7,8 @@ max_connections 1000;
vhost __defaultVhost__ {
gop_cache off;
queue_length 10;
mr {
enabled off;
}
mw_latency 100;
}