648540858
2023-07-01 74ad4235f1738ea8ca954bd396a35ddf90a6e37b
src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
@@ -68,6 +68,7 @@
   public static final String SYSTEM_INFO_NET_PREFIX = "VMP_SYSTEM_INFO_NET_";
   public static final String SYSTEM_INFO_DISK_PREFIX = "VMP_SYSTEM_INFO_DISK_";
   public static final String BROADCAST_WAITE_INVITE = "task_broadcast_waite_invite_";
   public static final String REGISTER_EXPIRE_TASK_KEY_PREFIX = "VMP_device_register_expire_";
@@ -100,6 +101,21 @@
    */
   public static final String VM_MSG_STREAM_PUSH_REQUESTED = "VM_MSG_STREAM_PUSH_REQUESTED";
   /**
    * redis 消息通知上级平台开始观看流
    */
   public static final String VM_MSG_STREAM_START_PLAY_NOTIFY = "VM_MSG_STREAM_START_PLAY_NOTIFY";
   /**
    * redis 消息通知上级平台停止观看流
    */
   public static final String VM_MSG_STREAM_STOP_PLAY_NOTIFY = "VM_MSG_STREAM_STOP_PLAY_NOTIFY";
   /**
    * redis 消息接收关闭一个推流
    */
   public static final String VM_MSG_STREAM_PUSH_CLOSE_REQUESTED = "VM_MSG_STREAM_PUSH_CLOSE_REQUESTED";
   /**
    * redis 消息通知平台通知设备推流结果
@@ -107,6 +123,11 @@
   public static final String VM_MSG_STREAM_PUSH_RESPONSE = "VM_MSG_STREAM_PUSH_RESPONSE";
   /**
    * redis 通知平台关闭推流
    */
   public static final String VM_MSG_STREAM_PUSH_CLOSE = "VM_MSG_STREAM_PUSH_CLOSE";
   /**
    * redis 消息请求所有的在线通道
    */
   public static final String VM_MSG_GET_ALL_ONLINE_REQUESTED = "VM_MSG_GET_ALL_ONLINE_REQUESTED";