648540858
2024-03-24 3e02e496f6c3e4d2fae73b1d42a51d0ce35795dc
src/main/java/com/genersoft/iot/vmp/service/bean/WvpRedisMsgCmd.java
old mode 100644 new mode 100755
@@ -6,7 +6,17 @@
public class WvpRedisMsgCmd {
    /**
     * 请求获取推流信息
     */
    public static final String GET_SEND_ITEM = "GetSendItem";
    /**
     * 请求推流的请求
     */
    public static final String REQUEST_PUSH_STREAM = "RequestPushStream";
    /**
     * 停止推流的请求
     */
    public static final String REQUEST_STOP_PUSH_STREAM = "RequestStopPushStream";
}