Local Configuration
STB Admin Guide 23
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.
<?xml version="1.0"?>
<STBLocalUI>
<!-- this is general information -->
<Title>my STB Title</Title>
<GlobalMsg>Global Message</GlobalMsg>
<DefChannel>2</DefChannel>
</STBLocalUI>
<!-- 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>
<!-- 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>
<!-- this is MPEG4 multicast live stream -->
<Stream type="SDP">
<ProgramName>MPEG4 multicast-remote SDP</ProgramName>

Title and Global Message Settings.

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

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

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