panlinlin
2021-04-19 6e67b1902e783b4a13a7d8e83fd894dda2e4f61e
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/ByeRequestProcessor.java
@@ -58,7 +58,7 @@
            redisCatchStorage.deleteSendRTPServer(platformGbId, channelId);
            if (zlmrtpServerFactory.totalReaderCount(sendRtpItem.getApp(), streamId) == 0) {
               System.out.println(streamId + "无其它观看者,通知设备停止推流");
               cmder.streamByeCmd(streamId);
               cmder.streamByeCmd(sendRtpItem.getDeviceId(), channelId);
            }
         }
      } catch (SipException e) {