648540858
2023-06-25 f306937616868d50ca5d996dcec9fcf1140c512c
src/main/java/com/genersoft/iot/vmp/vmanager/gb28181/playback/PlaybackController.java
@@ -107,7 +107,7 @@
                  if (data != null) {
                     StreamInfo streamInfo = (StreamInfo)data;
                     if (userSetting.getUseSourceIpAsStreamIp()) {
                        streamInfo.channgeStreamIp(request.getLocalName());
                        streamInfo.channgeStreamIp(request.getLocalAddr());
                     }
                     wvpResult.setData(new StreamContent(streamInfo));
                  }