xujunwei преди 1 година
родител
ревизия
916b5aedd0

+ 1 - 0
src/main/java/com/genersoft/iot/vmp/service/impl/PlayServiceImpl.java

@@ -595,6 +595,7 @@ public class PlayServiceImpl implements IPlayService {
 
             inviteStreamService.removeInviteInfoByDeviceAndChannel(InviteSessionType.PLAY, device.getDeviceId(), channel.getChannelId());
         }
+        logger.info("xjw 2");
     }
 
     private void tcpActiveHandler(Device device, String channelId, String contentString,

+ 1 - 0
src/main/java/com/genersoft/iot/vmp/vmanager/gb28181/play/PlayController.java

@@ -146,6 +146,7 @@ public class PlayController {
 			// 此处必须释放所有请求
 			resultHolder.invokeAllResult(requestMessage);
 		});
+		logger.info("xjw 3");
 		return result;
 	}