修复拉流代理播放

This commit is contained in:
648540858
2024-04-01 15:46:36 +08:00
parent 73733ab13f
commit 426ea72d7f
2 changed files with 5 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public class ZLMHttpHookListener {
logger.info("[ZLM HOOK] 播放鉴权 失败:{}->{}", param.getMediaServerId(), param);
return new HookResult(401, "Unauthorized");
}
logger.info("[ZLM HOOK] 播放鉴权 成功{}->{}", param.getMediaServerId(), param);
logger.info("[ZLM HOOK] 播放鉴权 失败{}->{}", param.getMediaServerId(), param);
return HookResult.SUCCESS();
}