chenghong
2023-08-14 bac19f583c60f86fd15a13230ea70bfc3a6645b1
src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
@@ -100,11 +100,31 @@
    */
   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 消息通知平台通知设备推流结果
    */
   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 消息请求所有的在线通道
@@ -137,6 +157,10 @@
   public static final String WVP_STREAM_GB_ID_PREFIX = "memberNo_";
   public static final String WVP_STREAM_GPS_MSG_PREFIX = "WVP_STREAM_GPS_MSG_";
   public static final String WVP_OTHER_SEND_RTP_INFO = "VMP_OTHER_SEND_RTP_INFO_";
   public static final String WVP_OTHER_SEND_PS_INFO = "VMP_OTHER_SEND_PS_INFO_";
   public static final String WVP_OTHER_RECEIVE_RTP_INFO = "VMP_OTHER_RECEIVE_RTP_INFO_";
   public static final String WVP_OTHER_RECEIVE_PS_INFO = "VMP_OTHER_RECEIVE_PS_INFO_";
   /**
    * Redis Const