dear sirs
i have an android app which play live stream for channels in my android device and i need to play the stream in my pc using any media player
the thing is i am able to capture the datd using wireshark and i am able to reach the xml file which have the streaming links like this one
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<eventInfo xmlns="http://www.performgroup.com/ns/liveVideo/EventInfo" serverTs="20140912074152">
<event id="955389">
<description>
<![CDATA[ beIN SPORTS 1 ]]>
</description>
<contentTypeId>118</contentTypeId>
<start feedTs="20140912010700" eventTs="20140912011000">12 Sep 2014 02:10</start>
<finish eventTs="20140913010000">13 Sep 2014 02:00</finish>
<startTimeZone>BST</startTimeZone>
<location/>
<countryCode/>
<thirdPartyEventId/>
</event>
<availableMediaFormats>
<mediaFormat id="71">
<playerAlias>iPhone3</playerAlias>
<stream>
<streamLaunchCode>
<![CDATA[
http://165737-i.akamaihd.net/hls/liv...ee00e9fc18d165
]]>
</streamLaunchCode>
</stream>
</mediaFormat>
<mediaFormat id="52">
<playerAlias>iPhone</playerAlias>
<stream>
<streamLaunchCode>
<![CDATA[
http://165737-i.akamaihd.net/hls/liv...ee00e9fc18d165
]]>
</streamLaunchCode>
</stream>
</mediaFormat>
<mediaFormat id="530">
<playerAlias>hlshd</playerAlias>
<stream>
<streamLaunchCode>
<![CDATA[
https://beinsportnet3-lh.akamaihd.ne...91d8c2404ca002
]]>
</streamLaunchCode>
</stream>
</mediaFormat>
</availableMediaFormats>
</eventInfo>
and when i am trying to play the links using vlc or mpc or simpletv it is not working
can anyone help me in this problem ????
best regards