- API Access Guide
- Common HTTP Status Codes
- VNNOX
- Player
- Solutions
- Real-Time Control
- Scheduled Control
- Logs
- Notifications
- VNNOXCare
- Notes
- Device Status Monitoring
- Brightness Log
- Others
- Third-Party System Authorization
Program Over-specification Detection
Developing
US
US
POST
/v2/player/program/over-specification-check
2.The over-spec standard of the image is that the width is not more than 2160 px, the height is not more than 4096 px, and the image area cannot exceed 2160x4096
Request
Header Params
AppKey
string
required
Default:
{{AppKey}}
Nonce
string
required
CurTime
string
required
CheckSum
string
required
Body Params application/json
playerIds
array[string]
required
pages
array [object {3}]
required
pageId
integer
required
name
string
required
widgets
array [object {13}]
required
Example
{
"playerIds": [
"f6535700b9613349b915135919a8dfcd",
"fdddddddddd13349b915135919a8dfce"
],
"pages": [
{
"pageId": 1,
"name": "页面1",
"widgets": [
{
"widgetId": 1,
"type": "PICTURE",
"size": 25943,
"md5": "8330dcaa949ceeafa54a66e8ad623300",
"url": "http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/test.jpg",
"width": "3840",
"height": "2160"
},
{
"widgetId": 2,
"type": "PICTURE",
"size": 25943,
"md5": "8330dcaa949ceeafa54a66e8ad623300",
"url": "http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/test.jpg",
"width": "3840",
"height": "2160"
}
]
},
{
"pageId": 2,
"name": "新页面2",
"widgets": [
{
"widgetId": 3,
"type": "VIDEO",
"size": 1227710,
"md5": "f5b0f315800cb4befb89b5dff42f1e34",
"duration": 5000,
"url": "http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/nova2019.mp4",
"width": "3840",
"height": "2160",
"fps": "60",
"byteRate": "18003",
"codec": "h264",
"postfix": "mp4"
},
{
"widgetId": 4,
"type": "VIDEO",
"size": 1227710,
"md5": "f5b0f315800cb4befb89b5dff42f1e34",
"duration": 5000,
"url": "http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/nova2019.mp4",
"width": "3840",
"height": "2160",
"fps": "60",
"byteRate": "18003",
"codec": "h264",
"postfix": "mp4"
}
]
}
]
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open-us.vnnox.com/v2/player/program/over-specification-check' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds":[
"f6535700b9613349b915135919a8dfcd",
"fdddddddddd13349b915135919a8dfce"
],
"pages":[
{
"pageId":1,
"name":"页面1",
"widgets":[
{
"widgetId":1,
"type":"PICTURE",
"size":25943,
"md5":"8330dcaa949ceeafa54a66e8ad623300",
"url":"http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/test.jpg",
"width":"3840",
"height":"2160"
},
{
"widgetId":2,
"type":"PICTURE",
"size":25943,
"md5":"8330dcaa949ceeafa54a66e8ad623300",
"url":"http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/test.jpg",
"width":"3840",
"height":"2160"
}
]
},
{
"pageId":2,
"name":"新页面2",
"widgets":[
{
"widgetId":3,
"type":"VIDEO",
"size":1227710,
"md5":"f5b0f315800cb4befb89b5dff42f1e34",
"duration":5000,
"url":"http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/nova2019.mp4",
"width":"3840",
"height":"2160",
"fps":"60",
"byteRate":"18003",
"codec":"h264",
"postfix":"mp4"
},
{
"widgetId":4,
"type":"VIDEO",
"size":1227710,
"md5":"f5b0f315800cb4befb89b5dff42f1e34",
"duration":5000,
"url":"http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/nova2019.mp4",
"width":"3840",
"height":"2160",
"fps":"60",
"byteRate":"18003",
"codec":"h264",
"postfix":"mp4"
}
]
}
]
}'
Responses
🟢200OK
application/json
Body
logid
integer
required
status
integer
required
data
array [object {4}]
required
overSpec
boolean
required
playerIds
array[string]
required
overSpecType
integer
optional
overSpecDetail
array [object {4}]
optional
Example
{
"logid": 1588056252560,
"status": 0,
"data": [
{
"overSpec": false,
"playerIds": [
"fdddddddddd13349b915135919a8dfce"
]
},
{
"overSpec": true,
"overSpecType": 1,
"overSpecDetail": [
{
"pageId": 2,
"widgetId": 3,
"overSpecErrorCode": [
-20,
-21
],
"recommend": {
"width": "3840",
"height": "2160",
"postfix": "mp4",
"fps": "30",
"byteRate": "78.000000",
"codec": "h264"
}
},
{
"pageId": 2,
"widgetId": 4,
"overSpecErrorCode": [
-20,
-21
],
"recommend": {
"width": "3840",
"height": "2160",
"postfix": "mp4",
"fps": "30",
"byteRate": "78.000000",
"codec": "h264"
}
},
{
"pageId": 2,
"widgetId": 5,
"overSpecErrorCode": [
10001
],
"recommend": {
"width": "2160",
"height": "4096"
}
}
],
"playerIds": [
"f6535700b9613349b915135919a8dfcd"
]
}
]
}
Modified at 2025-03-28 08:39:22