648540858
2023-04-04 b4048fbe80dba8e7756ae557a15ab60b4f80a44b
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -233,6 +233,8 @@
     */
    StreamAuthorityInfo getStreamAuthorityInfo(String app, String stream);
    List<StreamAuthorityInfo> getAllStreamAuthorityInfo();
    /**
     * 发送redis消息 查询所有推流设备的状态
     */
@@ -256,4 +258,7 @@
    List<SendRtpItem> queryAllSendRTPServer();
    List<Device> getAllDevices();
    void removeAllDevice();
}