Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Re-broadcasting streaming media (http://stream-recorder.com/forum/forumdisplay.php?f=38)
-   -  

Rebroadcasting Stream from AkamaiHD in JW Player

(http://stream-recorder.com/forum/showthread.php?t=7401)

samrock 09-19-2010 05:19 AM

Rebroadcasting Stream from AkamaiHD in JW Player


 
Hello,

I want to get the rtmp streaming url from this XML File :
Code:

<eventInfo serverTs="20100919110757"
          xmlns="http://www.xxxxxxxxxxxx.com/ns/liveVideo/EventInfo"
          xmlns:smil="http://www.w3.org/2001/SMIL20/Language">
  <event id="588863">
    <description><![CDATA[Bari v Cagliari]]></description>
    <drm>false</drm>
    <chargeable>true</chargeable>
    <contentTypeId>2</contentTypeId>
    <eventTypeId></eventTypeId>
    <start feedTs="20100919094500"
          eventTs="20100919103000">19 Sep 2010 11:30</start>
    <finish eventTs="20100919124500">19 Sep 2010 13:45</finish>
    <startDay>Sun</startDay>
    <startDate>19/09/2010</startDate>
    <endDay>Sun</endDay>
    <endDate>19/09/2010</endDate>
    <startTime>11:30</startTime>
    <endTime>13:45</endTime>
    <startTimeZone>BST</startTimeZone>
    <location></location>
    <countryCode></countryCode>
    <thirdPartyEventId>0</thirdPartyEventId>
  </event>
 
  <availableMediaFormats>
   
    <mediaFormat id="70">
      <name><![CDATA[Akamai HD-DVR]]></name>
      <description><![CDATA[Akamai HD-DVR]]></description>
      <playerAlias>dvr</playerAlias>
      <reportingKey>eventId-588863_partnerId-1686</reportingKey>
      <stream>
        <streamType><![CDATA[SMIL]]></streamType>
       
         
         
            <streamLaunchCode>
              <smil:smil>
                <smil:head>
                       
                               
                                        <smil:meta name="title" content="event_588863" />
                                        <smil:meta name="httpBase" content="http://fox9-f.akamaihd.net/" />
                               
                               
                                         
                </smil:head>
                <smil:body>
                  <smil:switch id="streams_event_588863">
                   
                   
                   
                     
                             
                       
                       
                       
                       
                                <smil:video src="FoxSoccerCh02_0_2400@31957" system-bitrate="2400000"/>
                       
                     
                             
                       
                       
                       
                                <smil:video src="FoxSoccerCh02_0_1500@31957" system-bitrate="1500000"/>
                       
                     
                             
                       
                       
                       
                       
                                <smil:video src="FoxSoccerCh02_0_1000@31957" system-bitrate="1000000"/>
                       
                     
                             
                       
                       
                       
                       
                                <smil:video src="FoxSoccerCh02_0_500@31957" system-bitrate="500000"/>
                       
                     
                             
                       
                       
                       
                       
                                <smil:video src="FoxSoccerCh02_0_280@31957" system-bitrate="280000"/>
                       
                     
                   
                 
                  </smil:switch>
                </smil:body>
              </smil:smil>
            </streamLaunchCode>
         
         
       
      </stream>
    </mediaFormat>
   
  </availableMediaFormats>
</eventInfo>

thank you

Stream Recorder 09-19-2010 10:42 PM

Re: Rebroadcasting Stream from AkamaiHD in JW Player


 
Just find the URL with CooJah and then analyze the URL and the XML file.


All times are GMT -6. The time now is 04:24 PM.