注释与日志优化
parent
694076dc8c
commit
c04de4cd70
|
@ -183,7 +183,7 @@ public class ZLMHttpHookListener {
|
|||
|
||||
if (!"rtp".equals(param.getApp())) {
|
||||
if (userSetting.getPushAuthority()) {
|
||||
// 推流鉴权
|
||||
// 推流鉴权
|
||||
if (param.getParams() == null) {
|
||||
logger.info("推流鉴权失败: 缺少不要参数:sign=md5(user表的pushKey)");
|
||||
ret.put("code", 401);
|
||||
|
|
|
@ -264,7 +264,7 @@ public class ZLMRTPServerFactory {
|
|||
* 释放保持的端口
|
||||
*/
|
||||
public boolean releasePort(MediaServerItem serverItem, String ssrc) {
|
||||
logger.info("[上级点播] {}->释放监听端口,等待推流", ssrc);
|
||||
logger.info("[上级点播] {}->释放监听端口", ssrc);
|
||||
boolean closeRTPServerResult = closeRtpServer(serverItem, ssrc);
|
||||
HookSubscribeForRtpServerTimeout hookSubscribeForRtpServerTimeout = HookSubscribeFactory.on_rtp_server_timeout(ssrc, null, serverItem.getId());
|
||||
// 订阅 zlm启动事件, 新的zlm也会从这里进入系统
|
||||
|
|
Loading…
Reference in New Issue