648540858
2023-07-06 e163cf4d202e7fe8fb35e29999eeb53e4f525a71
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));
            }