mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-08 11:57:48 +08:00
关闭hook时,流不存在就立即返回播放失败:#417
This commit is contained in:
parent
f84b3d90b4
commit
c612f291db
@ -336,6 +336,7 @@ void installWebHook(){
|
||||
//监听播放失败(未找到特定的流)事件
|
||||
NoticeCenter::Instance().addListener(nullptr,Broadcast::kBroadcastNotFoundStream,[](BroadcastNotFoundStreamArgs){
|
||||
if(!hook_enable || hook_stream_not_found.empty()){
|
||||
closePlayer();
|
||||
return;
|
||||
}
|
||||
auto body = make_json(args);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user