4.4 Stream Manifest

The following is an example of a StreamManifest as specified in section 2.2.7.2.1.

 <?xml version="1.0" encoding="utf-16"?>
 <smil xmlns="http://www.w3.org/2001/SMIL20/Language">
    <body>
       <par>
          <ref src = "Events(exampleEvent)/Streams(1080p)" />
          <ref src = "Events(exampleEvent)/Streams(720p)" />
          <ref src = "Events(exampleEvent)/Streams(480p)" />
       </par>
    </body>
 </smil>