From 0a8f0ee6c560edc032f66a25d527e9cd7ed6b62b Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Fri, 22 Mar 2013 08:51:22 +0400 Subject: [PATCH] updated readme info about HLS --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index a8c27c3..f54f59b 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,7 @@ * Online transcoding with FFmpeg -* HLS (HTTP Live Streaming) support; - requires recent libavformat - (>= 53.31.100) from ffmpeg (ffmpeg.org) +* HLS (HTTP Live Streaming) support * HTTP callbacks (publish/play/record/update etc) @@ -236,10 +234,6 @@ rtmp_auto_push directive. # HLS - # HLS requires libavformat & should be configured as a separate - # NGINX module in addition to nginx-rtmp-module: - # ./configure ... --add-module=/path/to/nginx-rtmp-module/hls ... - # For HLS to work please create a directory in tmpfs (/tmp/app here) # for the fragments. The directory contents is served via HTTP (see # http{} section in config)