From 3223312b89f5ea287074b57ce64526fa99bd3eac Mon Sep 17 00:00:00 2001 From: Anatoly Zakharov Date: Tue, 14 Mar 2017 12:36:09 +0700 Subject: [PATCH] Removed notification module flags clean up - this fixes error when *_done notification doesn't come in case of multiple 'play' attempts via single socket connection. --- ngx_rtmp_notify_module.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ngx_rtmp_notify_module.c b/ngx_rtmp_notify_module.c index 77fa9e1d9..4b23af974 100644 --- a/ngx_rtmp_notify_module.c +++ b/ngx_rtmp_notify_module.c @@ -1504,8 +1504,6 @@ ngx_rtmp_notify_close_stream(ngx_rtmp_session_t *s, ngx_del_timer(&ctx->update_evt); } - ctx->flags = 0; - next: return next_close_stream(s, v); }