Size of video segments
HTTP range requests (streamed videos) will be split in chunks of this size.
General Information
|
Domain |
TcHmiSrv |
|
Full symbol path |
TcHmiSrv.Config::VIDEOSEGMENTSIZE |
|
Category |
Advanced |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
integer |
|
Maximum |
4294967295 |
|
Default value |
1048576 |
JSON Schema
{
"allOf": [
{
"$ref": "tchmi:general#/definitions/UINT32"
},
{
"category": "CATEGORY_ADVANCED",
"configDescription": "DESC_RANGE_REQUEST_SIZE",
"default": 1048576,
"displayClass": "byte",
"propertyOrder": 5
}
]
}