Page 36
|
STBi3 User ’s Manual
www.zeevee.com
11 Channel Guide File
Specification
The Channel Guide file is an XML files that describes the program
information to be displayed as part of the channel guide to the STBi3 user.
Basic File Format:
IP channel stream information will be describe with the following XML
syntax.
<?xml version=”1.0” encoding=”UTF-8”?>
<ZVIP type=[“guide” | “guideonly”] >
<CHAN>
<ip>streamIPAddr</ip>
<port>streamPort</port>
<srcip>sourceIPAddr</srcip>
<tstype>[tsoverudp | tsoverrtp | http]</tstype>
<name>shortChanName</name>
<icon>webLink</icon>
<pnum>channelNumber</pnum>
</CHAN>
...
</ZVIP>
Header Line:
<?xml version=”1.0” encoding=”UTF-8”?>
The header line defines the file type and must appear exactly as shown as
the first line in the file.
ZVIP Type Line:
The second line must be the Type line and defines attributes that apply to
the entire guide.
<ZVIP type=[“guide” | “guideonly”] >