From 712b25fb6eea8e85fd2c43d2956529312afdd3dc Mon Sep 17 00:00:00 2001 From: lawrencehj <1934378145@qq.com> Date: 星期日, 14 三月 2021 21:25:52 +0800 Subject: [PATCH] 增加上级远程启动TeleBoot功能的支持 --- src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java | 16 +++++++++++++++- 1 files changed, 15 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 f80fd0e..8e9e871 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 * @@ -20,6 +20,20 @@ public static final String PLAY_BLACK_PREFIX = "VMP_playback_"; + public static final String PLATFORM_PREFIX = "VMP_platform"; + + public static final String PLATFORM_KEEPLIVEKEY_PREFIX = "VMP_platform_keeplive_"; + + public static final String PLATFORM_CATCH_PREFIX = "VMP_platform_catch_"; + + 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"; public static final String EVENT_ONLINE_KEEPLIVE = "2"; -- Gitblit v1.8.0