2014-03-18 07:38:34 +00:00
|
|
|
# the config for srs to delivery hls
|
2015-11-11 02:37:50 +00:00
|
|
|
# @see https://github.com/ossrs/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;
|
2014-07-26 07:34:45 +00:00
|
|
|
max_connections 1000;
|
2017-02-09 06:17:36 +00:00
|
|
|
daemon off;
|
|
|
|
srs_log_tank console;
|
2014-03-10 11:13:18 +00:00
|
|
|
vhost __defaultVhost__ {
|
|
|
|
hls {
|
|
|
|
enabled on;
|
|
|
|
hls_fragment 10;
|
|
|
|
hls_window 60;
|
2015-02-02 05:39:23 +00:00
|
|
|
hls_path ./objs/nginx/html;
|
2015-03-30 04:44:04 +00:00
|
|
|
hls_m3u8_file [app]/[stream].m3u8;
|
|
|
|
hls_ts_file [app]/[stream]-[seq].ts;
|
2014-03-10 11:13:18 +00:00
|
|
|
}
|
|
|
|
}
|