Download asx links: Difference between revisions
Appearance
New page: 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 yo... |
No edit summary |
||
| Line 3: | Line 3: | ||
An example looked like this: | An example looked like this: | ||
<ASX version = "3.0"> | <ASX version = "3.0"> | ||
<Title>Poltiek 24</Title> | <Title>Poltiek 24</Title> | ||
<Entry> | <Entry> | ||
<Title>Journaal 24</Title> | <Title>Journaal 24</Title> | ||
<Abstract>Journaal 24</Abstract> | <Abstract>Journaal 24</Abstract> | ||
| Line 18: | Line 18: | ||
<Ref HREF="mms://livemedia2.omroep.nl/nos_journaal24-bb" /> | <Ref HREF="mms://livemedia2.omroep.nl/nos_journaal24-bb" /> | ||
</Entry> | </Entry> | ||
</ASX> | </ASX> | ||
Revision as of 15:19, 25 January 2009
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>