Files
srs/trunk/conf/http.flv.live.conf

22 lines
488 B
Plaintext
Raw Normal View History

2015-01-18 18:00:40 +08:00
# the config for srs to remux rtmp to flv live stream.
2025-07-05 09:32:11 -04:00
# @see https://ossrs.io/lts/en-us/docs/v7/doc/flv
2015-01-18 18:00:40 +08:00
# @see full.conf for detail config.
max_connections 1000;
daemon off;
srs_log_tank console;
rtmp {
listen 1935;
}
http_server {
2015-01-18 18:00:40 +08:00
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
vhost __defaultVhost__ {
http_remux {
2015-01-18 18:00:40 +08:00
enabled on;
mount [vhost]/[app]/[stream].flv;
}
}