mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-02-18 14:20:52 +08:00
未找到流默认等待
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user