From 3120d05a7ee68895139730613ca929f9e4a0f511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Hamerszmidt?= Date: Mon, 16 Mar 2020 10:13:58 +0100 Subject: [PATCH] hls: fix redirected stream name Fixes on_publish redirection to the new stream name based on the location header --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 51176f318..5b2ad118e 100644 --- a/config +++ b/config @@ -16,11 +16,11 @@ RTMP_CORE_MODULES=" \ ngx_rtmp_exec_module \ ngx_rtmp_auto_push_module \ ngx_rtmp_auto_push_index_module \ - ngx_rtmp_notify_module \ ngx_rtmp_log_module \ ngx_rtmp_limit_module \ ngx_rtmp_hls_module \ ngx_rtmp_dash_module \ + ngx_rtmp_notify_module \ "