648540858
2020-10-29 5749cdd16cd79890c659775de9b1cb7e7ffda5b1
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/impl/SIPCommander.java
@@ -329,7 +329,7 @@
         streamInfo.setSsrc(ssrc);
         streamInfo.setCahnnelId(channelId);
         streamInfo.setDeviceID(device.getDeviceId());
         boolean b = storager.startPlayBlack(streamInfo);
         boolean b = storager.startPlayback(streamInfo);
         return streamInfo;
      } catch ( SipException | ParseException | InvalidArgumentException e) {