Jump to content

Download asx links: Difference between revisions

From LinuxMCE
Itsmeok (talk | contribs)
No edit summary
Mcefan (talk | contribs)
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Installation Tutorials]]
[[Category:software]]
[[Category:Internet Streaming]]
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.
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.



Latest revision as of 22:26, 19 October 2012


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>