Lawrence
2020-11-06 035691ed01c56eedef58f508f03a4518633a275b
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) {