panlinlin
2021-04-19 fe98e57fc4350ddc2220b5f6f2201d0d73573c01
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/impl/SIPCommander.java
@@ -581,8 +581,9 @@
         if (transaction == null) {
            StreamInfo streamInfo = redisCatchStorage.queryPlayByDevice(deviceId, channelId);
            if (streamInfo != null) {
               redisCatchStorage.stopPlay(streamInfo);
            }
            okEvent.response(null);
            return;
         }