合并主线

This commit is contained in:
648540858
2022-07-12 16:54:58 +08:00
parent 66e6756909
commit cfed860667
6 changed files with 7 additions and 13 deletions

View File

@@ -200,7 +200,7 @@ public class ZLMHttpHookListener {
logger.info("[ ZLM HOOK ]on_publish API调用参数" + json.toString());
JSONObject ret = new JSONObject();
if (!"rtp".equals(param.getApp())) {
if (!"rtp".equals(param.getApp()) && !"broadcast".equals(param.getApp())) {
// 推流鉴权
if (param.getParams() == null) {
logger.info("推流鉴权失败: 缺少不要参数sign=md5(user表的pushKey)");