Wikipedia

Advanced Stream Redirector

Also found in: Acronyms.
Advanced Stream Redirector
Filename extension
.asx
Internet media type
video/x-ms-asf
Developed byMicrosoft

The Advanced Stream Redirector (ASX) format is a type of XML metafile designed to store a playlist of Windows Media files for 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).

With the introduction of the WMA and WMV container formats in late 1990s, WAX and WVX extensions have also been introduced by Microsoft respectively.

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>Example radio</title> <ref href="http://example.com:8080" /> <author>Example.com</author> <copyright>Copyright © 2005 Example.com</copyright> </entry> </asx> 

Windows Media Player playlists

ASX can be used to print playlists done with Windows Media Player. To print a playlist, there are two main steps for those people that are familiar with Windows command lines and XSLT:

  • Install an XSLT processor
  • Export the playlist from the Windows Media Player with: Menu File -> Save current playlist

See also

Other playlist file formats
  • M3U - The most common playlist format
  • PLS - SHOUTcast
  • XSPF - Xiph.Org Foundation
  • WPL - Windows Media Player

References

External links


This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.