panlinlin
2021-04-22 ef742e715b8c0a983d661aa5b5f8980dade8c790
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/MessageRequestProcessor.java
@@ -922,7 +922,7 @@
            StreamInfo streamInfo = redisCatchStorage.queryPlaybackByDevice(deviceId, "*");
            if (streamInfo != null) {
               redisCatchStorage.stopPlayback(streamInfo);
               cmder.streamByeCmd(streamInfo.getStreamId());
               cmder.streamByeCmd(streamInfo.getDeviceID(), streamInfo.getChannelId());
            }
         }
      } catch (ParseException | SipException | InvalidArgumentException | DocumentException e) {