From a29a0a0785f966294ba01982fba62c1ff0f23bea Mon Sep 17 00:00:00 2001
From: panlinlin <648540858@qq.com>
Date: 星期四, 22 四月 2021 17:33:07 +0800
Subject: [PATCH] 增加对设备的兼容性

---
 src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java b/src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
index 5e796d7..8af9956 100644
--- a/src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
+++ b/src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
@@ -1,7 +1,7 @@
 package com.genersoft.iot.vmp.common;
 
 /**    
- * @Description:TODO(杩欓噷鐢ㄤ竴鍙ヨ瘽鎻忚堪杩欎釜绫荤殑浣滅敤)   
+ * @Description: 瀹氫箟甯搁噺   
  * @author: swwheihei
  * @date:   2019骞�5鏈�30鏃� 涓嬪崍3:04:04   
  *   
@@ -9,6 +9,8 @@
 public class VideoManagerConstants {
 	
 	public static final String MEDIA_SERVER_PREFIX = "VMP_media_server";
+
+	public static final String MEDIA_STREAM_PREFIX = "VMP_media_stream";
 
 	public static final String DEVICE_PREFIX = "VMP_device_";
 
@@ -28,6 +30,10 @@
 
 	public static final String PLATFORM_REGISTER_PREFIX = "VMP_platform_register_";
 
+	public static final String PLATFORM_REGISTER_INFO_PREFIX = "VMP_platform_register_info_";
+
+	public static final String PLATFORM_SEND_RTP_INFO_PREFIX = "VMP_platform_send_rtp_info_";
+
 	public static final String Pattern_Topic = "VMP_keeplive_platform_";
 
 	public static final String EVENT_ONLINE_REGISTER = "1";

--
Gitblit v1.8.0