Local Configuration

ftp> bin

200 Type set to I. ftp> cd /wfs/localui

250 CWD command successful. ftp> put stbLocalUIData.xml

200 PORT command successful.

150 Opening BINARY mode data connection for ...

226 Transfer complete.

ftp: 739 bytes sent in 0.12 Seconds ftp> bye

XML Configuration Examples

The following examples show how to modify the xml configuration file (/wfs/localUI/ stbLocalUIData.xml) for different media.

Title and Global Message Settings.

<?xml version="1.0"?> <STBLocalUI>

<!-- this is general information --> <Title>my STB Title</Title> <GlobalMsg>Global Message</GlobalMsg> <DefChannel>2</DefChannel> </STBLocalUI>

Example of live MPEG-1 multi cast entry with IP address, port number, and channel number.

<!-- this is MPEG1 live stream -->

<Stream type="MPEG1">

<ProgramName>Sample MPEG1 stream</ProgramName>

<Message>BSB-MPEG1 stream</Message>

<Channel>1</Channel>

<IP>239.22.119.99</IP>

<Port>4444</Port>

</Stream>

Example of live MPEG-2 multicast entry with IP address, port number, and channel number.

<!-- this is MPEG2 live stream -->

<Stream type="MPEG2">

<ProgramName>Sample MPEG2 stream</ProgramName>

<Message>This is CNN.</Message>

<Channel>2</Channel>

<IP>239.16.120.3</IP>

<Port>4444</Port>

</Stream>

Example of live MPEG-4 multicast entry with SDP addressing information.

<!-- this is MPEG4 multicast live stream -->

<Stream type="SDP">

<ProgramName>MPEG4 multicast-remote SDP</ProgramName>

STB Admin Guide

23

Page 29
Image 29
VBrick Systems MPEG-4, MPEG-2, MPEG-1 manual XML Configuration Examples, Local Configuration