Specifications
B-21
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix B Creating Manifest Files
Manifest File Structure and Syntax
CdnManifest
The<CdnManifest> </CdnManifest> tag set is required and marks the beginning and end of the Manifest
file content. At a minimum, each <CdnManifest> tag set must contain at least one item, or content object,
that is fetched and stored.
Attributes
None
Subelements
The <CdnManifest> tag set can contain the following subelements:
• playServerTable
The <CdnManifest> tag set can contain only one playServerTable subelement.
• options
The <CdnManifest> tag set can contain only one options subelement.
• server
• item
• item-group
• crawler
Example
<CdnManifest>
<server name="origin-server">
<host name="www.name.com" proto="http" port="80" />
</server>
<item cdn-url= "logo.jpg" server="originserver" src= "images/img.jpg" type="prepos"
playServer="http" ttl="300"/>
</CdnManifest>
</server>
<item>
<contains />
</item>
<crawler>
<matchRule/>
</crawler>
<item-group>
<contains />
</item-group>
</CdnManifest>
Table B-5 Manifest File Nested Tag Relationships (continued)