|
|
@@ -874,10 +874,10 @@ public class PlayServiceImpl implements IPlayService {
|
|
|
ssrcInResponse = ssrcInfo.getSsrc();
|
|
|
}
|
|
|
if (ssrcInfo.getSsrc().equals(ssrcInResponse)) {
|
|
|
- logger.info("xjw 13 {}",mediaServerItem);
|
|
|
+ logger.info("xjw 13 {}",JSONUtil.toJsonStr(mediaServerItem));
|
|
|
// ssrc 一致
|
|
|
if (mediaServerItem.isRtpEnable()) {
|
|
|
- logger.info("xjw 14 {}",device);
|
|
|
+ logger.info("xjw 14 {}",JSONUtil.toJsonStr(device));
|
|
|
// 多端口
|
|
|
if (device.getStreamMode().equalsIgnoreCase("TCP-ACTIVE")) {
|
|
|
tcpActiveHandler(device, channelId, contentString, mediaServerItem, timeOutTaskKey, ssrcInfo, callback);
|