648540858
2023-07-02 4604aaea99925415db8d9efe1d7e68d6f59e93c8
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 消息通知平台通知设备推流结果