Specifications

B-49
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix B Creating Manifest Files
XML Schema
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="contentType">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="extension">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:schema>
Default PlayServerTable Schema
The following XML code defines the default PlayServerTable:
<?xml version="1.0"?>
<playServerTable xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation = "PlayServerTable.xsd">
<!-- playServer http and https can always play all prepositon
contents unless users use customized <playServerTable>
or "playServer" attribute in the manifest file
-->
<playServer name="qtss">
<contentType name="video/quicktime" />
<extension name="mov" />
<extension name="qt" />
<extension name="mp4" />
<extension name="3gp" />
<extension name="3g2" />
<!-- extension avi could also go here -->
</playServer>
<playServer name="wmt">
<!-- MIME types taken from
http://msdn.microsoft.com/workshop/imedia/windowsmedia/server/mime.asp
-->
<contentType name="video/x-ms-asf" />
<contentType name="audio/x-ms-wma" />
<contentType name="video/x-ms-wmv" />
<contentType name="video/x-ms-wm" />
<contentType name="application/x-ms-wmz" />
<contentType name="application/x-ms-wmd" />
<extension name="wma" /> <!-- audio content -->
<extension name="wmv" /> <!-- audio/video content -->
<extension name="asf" /> <!-- audio/video content (legacy) -->
<extension name="wm" /> <!-- reserved for future use -->
</playServer>
</playServerTable>