Launch template settings
The launch template settings are defined in the settings
block of the launch template file.
Through this settings block you can customize the application and edit particular areas to suit your workflow. In this document you can find all available launch template settings.
{
"data": [
...
],
"settings": [
{
"$ref": "https://example.com/remote/settings.json"
},
{
...
}
]
}
Track labels
You can customize how labels for video, audio and subtitle tracks are displayed by specifying a template string for each file type. The template values will be replaced with the actual properties and metadata of the file.
Key | Default | Required | Type | Description |
---|---|---|---|---|
videoFileDisplay | %filename (%tag, %id) | No | string | Possible template values: %filename , %id , %tag , %asset , %language or %metadata:{key} , i.e. %metadata:label |
audioFileDisplay | %filename (%tag, %id, %channels channels) | No | string | Possible template values: %filename , %id , %tag , %language , %asset , %channels or %metadata:{key} , i.e. %metadata:label |
subtitleFileDisplay | %filename (%tag, %id, %language) | No | string | Possible template values: %filename , %id , %tag , %asset , %language or %metadata:{key} , i.e. %metadata:label |
Session retention
The retention of a session can be configured using the retention
key.
{
"retention": "P2W"
}
Key | Default | Required | Type | Description |
---|---|---|---|---|
retention | "P2W" | No | string | Sets the retention of the created session. Specified using ISO 8601 durations format. After the duration have expired since the session was created, the session will be deleted the next time Accurate.Video gets loaded into the browser. |