src/main/java/com/genersoft/iot/vmp/vmanager/ps/PsController.java
@@ -102,7 +102,7 @@ } } String receiveKey = VideoManagerConstants.WVP_OTHER_RECEIVE_PS_INFO + userSetting.getServerId() + "_" + callId + "_" + stream; int localPort = zlmServerFactory.createRTPServer(mediaServerItem, stream, ssrcInt, null, false, tcpMode); int localPort = zlmServerFactory.createRTPServer(mediaServerItem, stream, ssrcInt, null, false, false, tcpMode); if (localPort == 0) { throw new ControllerException(ErrorCode.ERROR100.getCode(), "获取端口失败"); }