|
|
@@ -1,5 +1,6 @@
|
|
|
package com.genersoft.iot.vmp.vmanager.gb28181.play;
|
|
|
|
|
|
+import cn.hutool.json.JSONUtil;
|
|
|
import com.alibaba.fastjson2.JSONArray;
|
|
|
import com.alibaba.fastjson2.JSONObject;
|
|
|
import com.genersoft.iot.vmp.common.InviteSessionType;
|
|
|
@@ -20,6 +21,7 @@ import com.genersoft.iot.vmp.service.IPlayService;
|
|
|
import com.genersoft.iot.vmp.service.bean.InviteErrorCode;
|
|
|
import com.genersoft.iot.vmp.storager.IVideoManagerStorage;
|
|
|
import com.genersoft.iot.vmp.utils.DateUtil;
|
|
|
+import com.genersoft.iot.vmp.utils.JsonUtil;
|
|
|
import com.genersoft.iot.vmp.vmanager.bean.AudioBroadcastResult;
|
|
|
import com.genersoft.iot.vmp.vmanager.bean.ErrorCode;
|
|
|
import com.genersoft.iot.vmp.vmanager.bean.StreamContent;
|
|
|
@@ -146,7 +148,7 @@ public class PlayController {
|
|
|
// 此处必须释放所有请求
|
|
|
resultHolder.invokeAllResult(requestMessage);
|
|
|
});
|
|
|
- logger.info("xjw 3");
|
|
|
+ logger.info("xjw 3,{}", JSONUtil.toJsonStr(result));
|
|
|
return result;
|
|
|
}
|
|
|
|