648540858
2023-07-04 457c5e38218a728ae4abf71e1913463bd55f3c7e
src/main/java/com/genersoft/iot/vmp/vmanager/gb28181/play/PlayController.java
@@ -125,7 +125,7 @@
            if (data != null) {
               StreamInfo streamInfo = (StreamInfo)data;
               if (userSetting.getUseSourceIpAsStreamIp()) {
                  streamInfo.channgeStreamIp(request.getLocalName());
                  streamInfo.channgeStreamIp(request.getLocalAddr());
               }
               wvpResult.setData(new StreamContent(streamInfo));
            }