648540858
2024-04-18 55a240bb4504baa9a75e44bc6cc597c96b80705d
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -40,6 +40,8 @@
    void updateSendRTPSever(SendRtpItem sendRtpItem);
    List<SendRtpItem> querySendRTPServer(String platformGbId, String channelId, String streamId);
    /**
     * 查询RTP推送信息缓存
     * @param platformGbId
@@ -192,6 +194,8 @@
    void addDiskInfo(List<Map<String, Object>> diskInfo);
    void deleteSendRTPServer(SendRtpItem sendRtpItem);
    List<SendRtpItem> queryAllSendRTPServer();
    List<Device> getAllDevices();