From f6252c7f72f4aac535c8fb212ef5928b08195bc2 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 7 May 2015 11:07:32 +0800 Subject: [PATCH] enable hls for push flv. --- trunk/conf/push.flv.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/trunk/conf/push.flv.conf b/trunk/conf/push.flv.conf index 140ff6eab..cc68b38f3 100644 --- a/trunk/conf/push.flv.conf +++ b/trunk/conf/push.flv.conf @@ -4,6 +4,11 @@ listen 1935; max_connections 1000; +http_server { + enabled on; + listen 8080; + dir ./objs/nginx/html; +} stream_caster { enabled on; caster flv; @@ -11,4 +16,12 @@ stream_caster { listen 8936; } vhost __defaultVhost__ { + hls { + enabled on; + hls_fragment 10; + hls_window 60; + hls_path ./objs/nginx/html; + hls_m3u8_file [app]/[stream].m3u8; + hls_ts_file [app]/[stream]-[seq].ts; + } }