648540858
2024-04-16 9c6765d44ef2ccb06fdaf525a06e564a331ab892
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -181,7 +181,7 @@
     */
    void sendStreamPushRequestedMsgForStatus();
    List<SendRtpItem> querySendRTPServerByChnnelId(String channelId);
    List<SendRtpItem> querySendRTPServerByChannelId(String channelId);
    List<SendRtpItem> querySendRTPServerByStream(String stream);
@@ -211,5 +211,17 @@
    void addPushListItem(String app, String stream, OnStreamChangedHookParam param);
    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);
}