Multicast wrappers

Applies To: Windows Server 2008, Windows Server 2008 R2

You can add a <REF> tag to the announcement file to specify the content to be played before and after the multicast stream. If a client tries to connect to a multicast stream using the following example announcement file, the client will connect first to a unicast server to view an introductory file, and then will connect to the multicast stream. After the multicast stream has ended, the client will be directed to a concluding file at the end of the broadcast.

<asx version = "3.0">
  <entry>
    <ref href = "mms://server1/introduction.wmv"/>
  </entry>
  <entry>
    <ref href = "https://web_server/multicast_information_file.nsc"/>
  </entry>
  <entry>
    <ref href = "mms://server1/conclusion.wmv"/>
  </entry>
</asx>

Note

Multicast streaming is not available if Windows Media Services is installed on some Windows Server 2008 and Windows Server 2008 R2 operating systems. For more information, see Decide which version of Windows Server is right for you.