This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to get stream URL

0

Hello to all of you

I have the same need of Mr. gfheiche has described in this question

I've followed the instructions but this web radio www.deejay.it looks to use another streaming method, maybe they encrypt the streaming query?

Can you kindly help with this?

Thank you for any kind hint or help to find the stream address

Regards Cor

asked 22 Dec '15, 00:02

Corsari's gravatar image

Corsari
6112
accept rate: 0%

edited 22 Dec '15, 06:03

sindy's gravatar image

sindy
6.0k4851


One Answer:

0

Well, I followed my own instructions and found this ;-)

GET /crossdomain.xml HTTP/1.1
Host: radiodeejay-lh.akamaihd.net
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://video.repubblica.it/common/static/player/2014/flash/player/player_v1d_1j.swf
Connection: keep-alive

HTTP/1.1 200 OK Content-Type: text/html Content-Length: 250 Date: Sat, 09 Jan 2016 20:21:22 GMT Connection: keep-alive

<cross-domain-policy><allow-access-from domain=""/><allow-http-request-headers-from domain="" headers=""/></cross-domain-policy>GET /z/[email protected]/manifest.f4m?b=48-96&hdcore=2.11.3&g=EVLDGMFXEXII HTTP/1.1 Host: radiodeejay-lh.akamaihd.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: http://video.repubblica.it/common/static/player/2014/flash/player/player_v1d_1j.swf Connection: keep-alive

etc. etc.

The important part seems to be this (down a few ‘lines’ in the TCP stream output).

GET /z/[email protected]/96_2aa17ce68776b9da-p_Seg1-Frag242061810?b=48-96&als=0,3,0,2,0,NaN,0,0,0,51,f,1209032,1209048.59,t,s,EVLDGMFXEXII,2.11.3,51&hdcore=2.11.3 HTTP/1.1

And yes, they are using a different streaming client pulling the content from the Akamai CDN, so I doubt there is a direct link you can use.

Regards
Kurt

answered 09 Jan ‘16, 12:29

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 09 Jan ‘16, 12:40