在 PIP 打开录像回放视频协议
请求地址:

http://ip:port/Matrix/PlayVodToPIP?hostid={$hostid}&winid={$winid}&deviceid={$deviceid}&channel=

{$channel}&start={$start}&stop={$stop}¢er={$center}


请求方式: GET


请求参数:
参数名 类型 描述 是否必选
hostid int 解码器设备 ID Y
winid int 前端返回的窗口ID Y
deviceid int 视频设备的 ID Y
channel int 视频通道的通道号 Y
start string 录像的开始时间, 格式如 20200210_080000 Y
stop string 录像的结束时间, 格式如 20200210_090000 Y
center int 是否中心录像, 0--设备端录像, 1--中心录像。 缺省为 0 N

返回数据:

{

"result" :{$result},

}


返回字段:
字段名 类型 描述
result int 执行结果: 0 成功, -1 为失败