|  |  |  | 
|---|
|  |  |  | package com.genersoft.iot.vmp.common; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @Description: 定义常量 | 
|---|
|  |  |  | * @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 WVP_SERVER_PREFIX = "VMP_wvp_server"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String DEVICE_PREFIX = "VMP_device_"; | 
|---|
|  |  |  | public static final String MEDIA_SERVER_PREFIX = "VMP_MEDIA_SERVER_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String CACHEKEY_PREFIX = "VMP_channel_"; | 
|---|
|  |  |  | public static final String MEDIA_SERVERS_ONLINE_PREFIX = "VMP_MEDIA_ONLINE_SERVERS"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String MEDIA_STREAM_PREFIX = "VMP_MEDIA_STREAM"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String DEVICE_PREFIX = "VMP_DEVICE_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String CACHEKEY_PREFIX = "VMP_CHANNEL_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String KEEPLIVEKEY_PREFIX = "VMP_keeplive_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String PLAYER_PREFIX = "VMP_player_"; | 
|---|
|  |  |  | public static final String PLAYER_PREFIX = "VMP_PLAYER_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String PLAY_BLACK_PREFIX = "VMP_playback_"; | 
|---|
|  |  |  | 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_KEEPLIVEKEY_PREFIX = "VMP_platform_keeplive_"; | 
|---|
|  |  |  | public static final String PLATFORM_CATCH_PREFIX = "VMP_PLATFORM_CATCH_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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_PREFIX = "VMP_platform_register_"; | 
|---|
|  |  |  | public static final String PLATFORM_REGISTER_INFO_PREFIX = "VMP_PLATFORM_REGISTER_INFO_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 Pattern_Topic = "VMP_KEEPLIVE_PLATFORM_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String EVENT_ONLINE_REGISTER = "1"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String EVENT_ONLINE_KEEPLIVE = "2"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String EVENT_ONLINE_MESSAGE = "3"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String EVENT_OUTLINE_UNREGISTER = "1"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String EVENT_OUTLINE_TIMEOUT = "2"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String MEDIA_SSRC_USED_PREFIX = "VMP_media_used_ssrc_"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final String MEDIA_TRANSACTION_USED_PREFIX = "VMP_media_transaction_"; | 
|---|
|  |  |  | } | 
|---|