From d5a19130727bc18afc20cd4100dbd98640b11619 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 20 Aug 2012 08:46:49 +0400 Subject: [PATCH] added HLS README --- hls/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hls/README.md diff --git a/hls/README.md b/hls/README.md new file mode 100644 index 0000000..df3915f --- /dev/null +++ b/hls/README.md @@ -0,0 +1,9 @@ +# HLS (HTTP Live Streaming) module + +This module should be added explicitly when building NGINX: + + ./configure ... --add-module=/path/to/nginx-rtmp-module/hls ... + +## Requirement + +The module requires ffmpeg version>= 53.31.100 from ffmpeg (ffmpeg.org)