
Viz Mosart Administrator Guide
Version 3.9 | Published November 04, 2019 ©
Subtitling Configuration Files
This section contains the Subtitling types:
ScreenLL Configuration File
The ScreenLL configuration file is named ClipServerScreenLL.xml.
<?xml version=
"1.0"
encoding=
"utf-8"
?> <MediaServerConfig xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
> <Properties> <!-- Language code to look
for
to decide clip availability --> <item name=
"AvailabilityLanguageCode"
value=
"OPN"
/> <!-- First Incue Time code that indicates invalidated clip --> <item name=
"InvalidatedFirstIncueTime"
value=
"--:--:--:--"
/> </Properties> </MediaServerConfig>
-
AvailabilityLanguageCode: Specifies which language code must be present in order for a clip to be marked as available. The language code is a three letter text string, which relates to a list of language codes found in the file PoliSTLServerLangs.lst, which must be present on the ScreenLL subtitle file server.
-
InvalidatedFirstIncueTime specifies the First Incue Time value that will indicate that a subtitle clip has been invalidated, i.e. is not available even if it matches the AvailabilityLanguageCode.
Other configuration items are client specific or for Viz Mosart support use and will not be further described in this document.