|  |  |  | 
|---|
|  |  |  | package com.genersoft.iot.vmp.common; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @Description:TODO(这里用一句话描述这个类的作用) | 
|---|
|  |  |  | * @Description: 定义常量 | 
|---|
|  |  |  | * @author: swwheihei | 
|---|
|  |  |  | * @date:   2019年5月30日 下午3:04:04 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | 
|---|
|  |  |  | 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_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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"; | 
|---|