648540858
2020-12-21 1ec6c4506a278eeed7b0a663a57d78279d3cdc23
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/MessageRequestProcessor.java
@@ -450,7 +450,7 @@
            StreamInfo streamInfo = storager.queryPlaybackByDevice(deviceId, "*");
            if (streamInfo != null) {
               storager.stopPlayback(streamInfo);
               cmder.streamByeCmd(streamInfo.getSsrc());
               cmder.streamByeCmd(streamInfo.getStreamId());
            }
         }
      } catch (ParseException | SipException | InvalidArgumentException | DocumentException e) {