This option makes it possible for customer to override default video settings first time STB is booted with V4.1 software. Default settings will also be used if the information service token config.tvoutput.videooutputconfiguration or /flash/settings2.xml is removed.
Design
At boot when videooutput service is started it will load video output settings in this priority order:
Usage
With this IIP option there are several ways to create a default_video_settings.xml file. Either by loading a complete file via parameter file or just to modify a specific setting via the parameters listed below.
Name | Repeat | Description | Example | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ColorSystem | Once |
ColorSystem Values: (Default PAL-B)
|
|||||||||||||||||||||||||||||||||||||
CompColor | Once |
CompColor values: (Default YPBPR, only one option available.)
|
|||||||||||||||||||||||||||||||||||||
CompMode | Once |
CompMode values: (Default 576p50)
|
|||||||||||||||||||||||||||||||||||||
HdmiColor | Once |
HdmiColor values: (Default SRGB)
|
|||||||||||||||||||||||||||||||||||||
HdmiMode | Once |
HdmiMode values: (Default 576p50)
|
|||||||||||||||||||||||||||||||||||||
ScartLoopThrough | Once |
ScartLoopThrough values: (Default DISABLED)
|
|||||||||||||||||||||||||||||||||||||
ScartMode | Once | Default value: CVBS | |||||||||||||||||||||||||||||||||||||
file | Once | XML-file that will be used. |
Example file: <?xml version='1.0'?> <VideoOutputConfiguration version='1'> <ColorSystem>COLOR_SYSTEM_PAL_B</ColorSystem> <ScartLoopThrough>VALUE_MODE_DISABLED</ScartLoopThrough> <Outputs> <Output> <Id>0</Id> <ConnectionType>VIDEO_CONNECTION_TYPE_HDMI</ConnectionType> <Mode>VIDEO_MODE_576P50</Mode> <ColorSpace>DIGITAL_COLOR_SPACE_SRGB</ColorSpace> </Output> <Output> <Id>1</Id> <ConnectionType>VIDEO_CONNECTION_TYPE_COMPONENT</ConnectionType> <Mode>VIDEO_MODE_576P50</Mode> <ColorSpace>ANALOG_COLOR_SPACE_YPBPR</ColorSpace> </Output> <Output> <Id>2</Id> <ConnectionType>VIDEO_CONNECTION_TYPE_SCART</ConnectionType> <ScartMode>SCART_MODE_CVBS</ScartMode> </Output> </Outputs> </VideoOutputConfiguration> |
Version | 4.3.IAP30.3 |
---|---|
Content version | - |
Branch | STABLE_iap_digitalis_3 |
Date | 20120112 |
Time | 035013 |
Architecture | All |
Rootdisk dependencies | - |
Execution dependencies | - |
Finalize dependencies | - |
Installation scripts | buildtime |
Uninstallation scripts | - |
Sanity check | true |