Commit 910880a53205e88ddb107fdaba5f98e8391a93a3

Authored by liwei2917
1 parent 40b3d053

打印抽帧attach参数

src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
@@ -190,6 +190,7 @@ public class VideosControllerApi { @@ -190,6 +190,7 @@ public class VideosControllerApi {
190 } 190 }
191 191
192 attach.put("duration", video.getDuration()); 192 attach.put("duration", video.getDuration());
  193 + logger.info("抽帧attach参数:", JSON.toJSONString(attach));
193 extParam.put("domain", domian); 194 extParam.put("domain", domian);
194 if (CommonConst.KS_PLAT == plat) { 195 if (CommonConst.KS_PLAT == plat) {
195 //金山 196 //金山