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

25 lines
602 B
Text
Raw Normal View History

2015-05-24 01:15:30 +00:00
# the config for srs to remux rtmp to flv live stream.
# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-http-flv
2015-05-24 01:15:30 +00:00
# @see full.conf for detail config.
2015-05-24 00:41:29 +00:00
listen 19352;
max_connections 1000;
pid objs/srs.flv.19352.pid;
daemon off;
srs_log_tank console;
2015-05-24 00:41:29 +00:00
http_server {
enabled on;
listen 8082;
dir ./objs/nginx/html;
}
vhost __defaultVhost__ {
2015-09-11 00:21:06 +00:00
cluster {
mode remote;
origin 127.0.0.1;
}
2015-05-24 00:41:29 +00:00
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
}