补充sql默认用户

This commit is contained in:
64850858
2021-07-26 12:30:58 +08:00
parent 3469271ec2
commit c3ee8ec4b2
2 changed files with 3 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ public class ZLMRTPServerFactory {
case 0:
result= newPort;
break;
case -300: // id已经存在, 可能已经在其他端口推流, TODO 也可能是设备不等ack就直接推流了, 需要查询与设置的推流ip端口是否一致
case -300: // id已经存在, 可能已经在其他端口推流
Map<String, Object> closeRtpServerParam = new HashMap<>();
closeRtpServerParam.put("stream_id", streamId);
zlmresTfulUtils.closeRtpServer(mediaServerItem, closeRtpServerParam);