You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
958 B
37 lines
958 B
{
|
|
"properties" : { },
|
|
"id" : "d4e5f678901234567890abcdef012345",
|
|
"script" : null,
|
|
"groupId" : "f8e3d2c1b0a94e5f8a7b6c5d4e3f2a1",
|
|
"name" : "市场实时监控播放配置",
|
|
"createTime" : 1781203200000,
|
|
"updateTime" : 1781378000000,
|
|
"lock" : null,
|
|
"createBy" : "admin",
|
|
"updateBy" : "admin",
|
|
"path" : "/market-realtime-player-config",
|
|
"method" : "GET",
|
|
"parameters" : [ ],
|
|
"options" : [ ],
|
|
"requestBody" : "",
|
|
"headers" : [ ],
|
|
"paths" : [ ],
|
|
"responseBody" : null,
|
|
"description" : "市场实时监控播放配置:萤石云 EZUIKit 播放器参数。",
|
|
"requestBodyDefinition" : null,
|
|
"responseBodyDefinition" : null
|
|
}
|
|
================================
|
|
// 萤石云 EZUIKit 播放器配置
|
|
|
|
return {
|
|
playerType: 'ezviz',
|
|
staticPath: '/ezuikit_static',
|
|
urlPriority: ['hdPlayUrl', 'playUrl', 'ezopenUrl'],
|
|
ezviz: {
|
|
template: 'simple',
|
|
scaleMode: 1,
|
|
audio: false,
|
|
defaultQuality: 'hd.live'
|
|
}
|
|
}
|
|
|