648540858
2021-12-14 0c10e8d9d3ca01fb31f632560f6089f5d2b1d585
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -15,6 +15,14 @@
public interface IRedisCatchStorage {
    /**
     * 计数器。为cseq进行计数
     *
     * @param method sip 方法
     * @return
     */
    Long getCSEQ(String method);
    /**
     * 开始播放时将流存入
     *
     * @param stream 流信息
@@ -181,4 +189,6 @@
     * 获取Device
     */
    Device getDevice(String deviceId);
    void resetAllCSEQ();
}