mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
无人观看自动关闭流时才打印日志
This commit is contained in:
@@ -421,6 +421,11 @@ void installWebHook(){
|
||||
return;
|
||||
}
|
||||
strongSrc->close(false);
|
||||
WarnL << "无人观看主动关闭流:"
|
||||
<< strongSrc->getSchema() << "/"
|
||||
<< strongSrc->getVhost() << "/"
|
||||
<< strongSrc->getApp() << "/"
|
||||
<< strongSrc->getId();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user