648540858
2023-07-13 668dc8f0dd8b667a95838eb5d0083a101aa2b6b0
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));
            }