关闭hook时,流不存在就立即返回播放失败:#417

This commit is contained in:
xiongziliang 2020-07-16 16:03:22 +08:00
parent f84b3d90b4
commit c612f291db

View File

@ -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);