Download asx links

From LinuxMCE
Revision as of 23:26, 19 October 2012 by Mcefan (Talk | contribs)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


Asx is some sort of container that contains further URLs where the actual streams are located. If you go to linux and do a wget on your URL, it will download the asx container file, and you can then look inside.

An example looked like this:

<ASX version = "3.0"> <Title>Poltiek 24</Title> <Entry>

       <Title>Journaal 24</Title>
       <Abstract>Journaal 24</Abstract>
       <MoreInfo HREF="http://www.nos.nl"/>
       <Author>NOS</Author>
       <Copyright>Alle rechten voorbehouden</Copyright>
        <Ref HREF="mms://tempo02.omroep.nl/nos_journaal24-bb" />
        <Ref HREF="mms://emil01.omroep.nl/nos_journaal24-bb" />
        <Ref HREF="mms://tempo04.omroep.nl/nos_journaal24-bb" />
        <Ref HREF="mms://tempo05.omroep.nl/nos_journaal24-bb" />
        <Ref HREF="mms://tempo12.omroep.nl/nos_journaal24-bb" />
        <Ref HREF="mms://livemedia2.omroep.nl/nos_journaal24-bb" />
       </Entry>

</ASX>