mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-05 13:40:51 +08:00
关闭hook时,流不存在就立即返回播放失败:#417
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user