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