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

tenfold: modify nack options

This commit is contained in:
jinxue.cgh 2020-05-17 20:20:37 +08:00 committed by 忘篱
parent efe90c36a7
commit 4895770214
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
listen 1935;
max_connections 1000;
max_connections 10;
srs_log_tank console;
srs_log_file ./objs/srs.log;
daemon off;
@ -27,7 +27,7 @@ rtc_server {
#
# The * means retrieving server IP automatically, from all network interfaces,
# @see https://github.com/ossrs/srs/issues/307#issuecomment-599028124
candidate $CANDIDATE;
candidate *;
}
vhost __defaultVhost__ {