Eng.AHmD
09-12-2014, 03:15 AM
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/live/203691/ajsios_ch309/master_iphone.m3u8?reportingKey=eventId-955389_partnerId-1864&hdnea=st=1410507682~exp=1410507742~acl=/*/203691*~hmac=8e1b0c7db8aaff1e3aa5e5432df7c4e741909 4980d1491ad0cee00e9fc18d165
]]>
</streamLaunchCode>
</stream>
</mediaFormat>
<mediaFormat id="52">
<playerAlias>iPhone</playerAlias>
<stream>
<streamLaunchCode>
<![CDATA[
http://165737-i.akamaihd.net/hls/live/203691/ajsios_ch309/master_ipad.m3u8?reportingKey=eventId-955389_partnerId-1864&hdnea=st=1410507682~exp=1410507742~acl=/*/203691*~hmac=8e1b0c7db8aaff1e3aa5e5432df7c4e741909 4980d1491ad0cee00e9fc18d165
]]>
</streamLaunchCode>
</stream>
</mediaFormat>
<mediaFormat id="530">
<playerAlias>hlshd</playerAlias>
<stream>
<streamLaunchCode>
<![CDATA[
https://beinsportnet3-lh.akamaihd.net/i/bisusch309_0@99702/master.m3u8?reportingKey=eventId-955389_partnerId-1864&hdnea=st=1410507682~exp=1410507742~acl=/*~hmac=de51b8238c0fdda2a42e0e74ba5e3ea08b9c91bc64f 40e02c091d8c2404ca002
]]>
</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
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/live/203691/ajsios_ch309/master_iphone.m3u8?reportingKey=eventId-955389_partnerId-1864&hdnea=st=1410507682~exp=1410507742~acl=/*/203691*~hmac=8e1b0c7db8aaff1e3aa5e5432df7c4e741909 4980d1491ad0cee00e9fc18d165
]]>
</streamLaunchCode>
</stream>
</mediaFormat>
<mediaFormat id="52">
<playerAlias>iPhone</playerAlias>
<stream>
<streamLaunchCode>
<![CDATA[
http://165737-i.akamaihd.net/hls/live/203691/ajsios_ch309/master_ipad.m3u8?reportingKey=eventId-955389_partnerId-1864&hdnea=st=1410507682~exp=1410507742~acl=/*/203691*~hmac=8e1b0c7db8aaff1e3aa5e5432df7c4e741909 4980d1491ad0cee00e9fc18d165
]]>
</streamLaunchCode>
</stream>
</mediaFormat>
<mediaFormat id="530">
<playerAlias>hlshd</playerAlias>
<stream>
<streamLaunchCode>
<![CDATA[
https://beinsportnet3-lh.akamaihd.net/i/bisusch309_0@99702/master.m3u8?reportingKey=eventId-955389_partnerId-1864&hdnea=st=1410507682~exp=1410507742~acl=/*~hmac=de51b8238c0fdda2a42e0e74ba5e3ea08b9c91bc64f 40e02c091d8c2404ca002
]]>
</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