From 1638e53b15529a7d43382ee5b59d0a0d5ae7c226 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Tue, 4 Aug 2020 16:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E6=89=BE=E5=88=B0=E6=B5=81=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=AD=89=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/WebHook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/WebHook.cpp b/server/WebHook.cpp index 244b07a7..c757bed9 100644 --- a/server/WebHook.cpp +++ b/server/WebHook.cpp @@ -336,7 +336,7 @@ void installWebHook(){ //监听播放失败(未找到特定的流)事件 NoticeCenter::Instance().addListener(nullptr,Broadcast::kBroadcastNotFoundStream,[](BroadcastNotFoundStreamArgs){ if(!hook_enable || hook_stream_not_found.empty()){ - closePlayer(); +// closePlayer(); return; } auto body = make_json(args);