Advanced Stream Redirector

From Wikipedia, the free encyclopedia

Advanced Stream Redirector
File extension: .asx
MIME type: video/x-ms-asf
Developed by: Microsoft

The Advanced Stream Redirector (ASX) format is a type of XML metafile designed to store a list of Windows Media files to play during a multimedia presentation.

It is used frequently on streaming video servers where multiple ASF files are to be played in succession. Both RTSP and MMS streaming protocols are supported, as well as HTTP.

ASX files have MIME type video/x-ms-asf (as do ASF files).

[edit] Example

<asx version="3.0">
  <title>Example.com Live Stream</title>
 
  <entry>
    <title>Short Announcement to Play Before Main Stream</title>
    <ref href="http://example.com/announcement.wma"/>
    <param name="aParameterName" value="aParameterValue"/>
  </entry>
   
  <entry>
    <title>Main Stream</title>
    <ref href="http://example.com/live.wma"/>
    <author>Example.com</author>
    <copyright>©2005 Example.com</copyright>
  </entry>
</asx>

[edit] Compare to

[edit] External links

In other languages