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

Config: Update config files, daemon off, log to console

This commit is contained in:
winlin 2021-02-18 11:39:25 +08:00
parent 61eeb781b7
commit 548fcd627b
24 changed files with 46 additions and 13 deletions

View file

@ -1,7 +1,8 @@
listen 1935;
max_connections 1000;
srs_log_file ./objs/srs.log;
daemon off;
srs_log_tank console;
http_server {
enabled on;