1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00
srs/trunk/conf/srs.conf

27 lines
532 B
Text
Raw Normal View History

2014-03-18 07:38:34 +00:00
# main config for srs.
# @see full.conf for detail config.
2013-11-28 11:25:56 +00:00
listen 1935;
max_connections 1000;
srs_log_tank file;
srs_log_file ./objs/srs.log;
2020-10-23 13:22:58 +00:00
daemon on;
http_api {
enabled on;
listen 1985;
}
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
2013-11-02 09:55:59 +00:00
vhost __defaultVhost__ {
2020-10-23 13:22:58 +00:00
hls {
enabled on;
}
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
}