src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -121,13 +121,13 @@ /** * 在redis添加wvp的信息 */ void updateWVPInfo(String id, JSONObject jsonObject, int time); void updateWVPInfo(JSONObject jsonObject, int time); /** * 发送推流生成与推流消失消息 * @param jsonObject 消息内容 */ void sendStreamChangeMsg(JSONObject jsonObject); void sendStreamChangeMsg(String type, JSONObject jsonObject); /** * 添加流信息到redis