1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00
srs/trunk/conf/demo.19350.conf

23 lines
558 B
Text
Raw Normal View History

2014-03-18 07:38:34 +00:00
# the config for srs demo
2015-04-29 09:06:32 +00:00
# @see https://github.com/simple-rtmp-server/srs/wiki/v1_CN_SampleDemo
2014-03-18 07:38:34 +00:00
# @see full.conf for detail config.
2013-12-01 04:16:57 +00:00
listen 19350;
max_connections 1000;
daemon on;
srs_log_tank file;
2014-04-07 07:26:21 +00:00
srs_log_file ./objs/srs.demo.19350.log;
pid ./objs/srs.demo.19350.pid;
2013-12-01 04:16:57 +00:00
vhost __defaultVhost__ {
enabled on;
gop_cache on;
hls {
enabled on;
hls_path ./objs/nginx/html/forward;
hls_fragment 5;
hls_window 30;
}
2013-12-01 04:16:57 +00:00
}