1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00
srs/trunk/conf/hls.conf

15 lines
366 B
Text
Raw Normal View History

2014-03-18 07:38:34 +00:00
# the config for srs to delivery hls
2015-04-29 09:02:39 +00:00
# @see https://github.com/simple-rtmp-server/srs/wiki/v1_CN_SampleHLS
2014-03-18 07:38:34 +00:00
# @see full.conf for detail config.
2014-03-10 11:13:18 +00:00
listen 1935;
max_connections 1000;
2014-03-10 11:13:18 +00:00
vhost __defaultVhost__ {
hls {
enabled on;
hls_path ./objs/nginx/html;
hls_fragment 10;
hls_window 60;
}
}