Difference between revisions of "Download asx links"

From LinuxMCE
Jump to: navigation, search
 
(4 intermediate revisions by 2 users 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.
  
 
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 24:
 
         <Ref HREF="mms://livemedia2.omroep.nl/nos_journaal24-bb" />
 
         <Ref HREF="mms://livemedia2.omroep.nl/nos_journaal24-bb" />
 
         </Entry>
 
         </Entry>
</ASX>
+
</ASX>

Latest revision as of 23: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>