Difference between revisions of "Download asx links"

From LinuxMCE
Jump to: navigation, search
 
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.
  
Line 19: Line 25:
 
         </Entry>
 
         </Entry>
 
</ASX>
 
</ASX>
 
[[Category:Tutorials]]|[[Category:Internet Streaming]]
 

Latest revision as of 00:26, 20 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>