src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -219,5 +219,9 @@ void addWaiteSendRtpItem(SendRtpItem sendRtpItem, int platformPlayTimeout); SendRtpItem getWaiteSendRtpItem(String app, String stream); void sendStartSendRtp(SendRtpItem sendRtpItem); void sendPushStreamOnline(SendRtpItem sendRtpItem); }