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>
Example of live
<!-- this is MPEG1 live stream -->
<Stream type="MPEG1">
<ProgramName>Sample MPEG1 stream</ProgramName>
<Channel>1</Channel>
<IP>239.22.119.99</IP>
<Port>4444</Port>
</Stream>
Example of live
<!-- 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
<Stream type="SDP">
<ProgramName>MPEG4
STB Admin Guide | 23 |