From 09db8210a7f6229531cce1b742f97f8973831d86 Mon Sep 17 00:00:00 2001 From: Juarez Bochi Date: Mon, 6 May 2013 16:54:18 -0300 Subject: [PATCH 1/2] Fix build instructions on README.md http ssl module must be enabled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a961f3..fc6bda1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ cd to NGINX source directory & run this: - ./configure --add-module= + ./configure --add-module= --with-http_ssl_module make make install From f4d974425c8fcc5fa404d42d4e75367796e99451 Mon Sep 17 00:00:00 2001 From: Juarez Bochi Date: Mon, 6 May 2013 16:59:43 -0300 Subject: [PATCH 2/2] Update README.md Remove additional build instructions for HLS since it is now included in rtmp module and does not need ffmpeg libs for compilation. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index fc6bda1..95fe20b 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,6 @@ cd to NGINX source directory & run this: make make install -See this article about building nginx-rtmp with HLS support: -https://github.com/arut/nginx-rtmp-module/wiki/Building-nginx-rtmp-with-HLS-support - - ### RTMP URL format rtmp://rtmp.example.com/app[/name]