• Quick Start
  • Booting
  • Platform
  • Portals
  • References
    • API Reference TOI3
    • IIP Reference
  • Resources
ARRIS Enterprises, Inc. Confidential Information

Media Player Configuration

The streamer configuration object is used to easily customize the streamer, one of the components of the Media Service, without the need to rebuild the bootimage.

Parameters defined in this object have higher priority than parameters defined at buildtime, but lower than those explicitly set by an application.

The configuration consists in an XML file defined as follows:

Streamer Config DTD


<!ELEMENT StreamerConfig (buftime, startmode)>
<!ELEMENT buftime (#PCDATA)>
<!ELEMENT startmode (#PCDATA)>

Only buftime and startmode are supported. See Media Player Parameters for a description.

Streamer Config example

This file is not included in the evaluation configuration.


<?xml version="1.0"?>
<!DOCTYPE StreamerConfig SYSTEM "streamer_config.dtd">
<StreamerConfig>
  <buftime>450</buftime>
  <startmode>fast</startmode>
</StreamerConfig>

5.1.1.p8

Copyright (c) 2018 ARRIS Enterprises, LLC. All Rights Reserved. ARRIS Enterprises, LLC. Confidential Information.