All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dahuatech.icc.multiinone.admin.constant.AdminConstant Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
package com.dahuatech.icc.multiinone.admin.constant;

/**
 * program:java-sdk
 *
 * Author: 312013
 * Date:2022-08-09 15:37
 * Description: 视频子常量类
 */
public class AdminConstant {
    //获取RTSP实时流接口地址
    public static final String RTSP_REQUEST_URL = "/evo-apigw/admin/API/MTS/Video/StartVideo";
    //获取HLS/FLV/RTMP实时流接口地址
    public static final String HLS_FLV_RTMP_URL = "/evo-apigw/admin/API/video/stream/realtime";

    //查询普通录像信息:根据通道编码、录像来源、开始时间和结束时间等条件查询录像信息
    public static final String PLAY_INFO_GET = "/evo-apigw/admin/API/SS/Record/QueryRecords";
    //查询报警录像信息:前置条件:配置报警预案计划 获取报警录像
    public static final String AlARM_RECORD_GET = "/evo-apigw/admin/API/SS/Record/GetAlarmRecords";
    //以文件形式回放录像:根据通道编码和录像段文件名称等条件获取对应录像的RTSP流地址
    public static final String PLAY_BACK_BY_FILE = "/evo-apigw/admin/API/SS/Playback/StartPlaybackByFile";
    //以时间形式回放录像
    public static final String PLAY_BACK_BY_TIME = "/evo-apigw/admin/API/SS/Playback/StartPlaybackByTime";
    //HLS/RTMP获取流地址
    public static final String HLS_RTMP_STRREAM_ADDRESS_GET = "/evo-apigw/admin/API/video/stream/record";
    //开始语音对讲
    public static final String START_TALK="/evo-apigw/admin/API/MTS/Audio/StartTalk";

    //云台控制接口地址
    public static final String OPERATE_DIRECT_START_CLOSE = "/evo-apigw/admin/API/DMS/Ptz/OperateDirect";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy