kunlang_video/external/srs-server-5.0-r3/trunk/conf/include.conf

21 lines
397 B
Plaintext
Raw Normal View History

2026-05-09 10:51:10 +08:00
# include directive config for SRS.
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
srs_log_tank console;
daemon off;
http_api {
enabled on;
listen 1985;
}
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
include ./conf/include.vhost.conf;