Lawrence
2020-10-29 56996e2138bc6a50e716e66945c2773db02833f5
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) {