src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -214,4 +214,14 @@ OnStreamChangedHookParam getPushListItem(String app, String stream); void removePushListItem(String app, String stream, String mediaServerId); void sendPushStreamClose(MessageForPushChannel messageForPushChannel); void addWaiteSendRtpItem(SendRtpItem sendRtpItem, int platformPlayTimeout); SendRtpItem getWaiteSendRtpItem(String app, String stream); void sendStartSendRtp(SendRtpItem sendRtpItem); void sendPushStreamOnline(SendRtpItem sendRtpItem); }