diff --git a/trunk/conf/hls.realtime.conf b/trunk/conf/hls.realtime.conf index 470d1e85f..36052418c 100644 --- a/trunk/conf/hls.realtime.conf +++ b/trunk/conf/hls.realtime.conf @@ -4,6 +4,11 @@ listen 1935; max_connections 1000; +http_server { + enabled on; + listen 8080; + dir ./objs/nginx/html; +} vhost __defaultVhost__ { hls { enabled on;