View Single Post
  #1  
Old 10-17-2015, 06:30 PM
saima2 saima2 is offline
Member
 
Join Date: May 2015
Posts: 52
saima2 is on a distinguished road
Default

Trying to get this stream link


When I play that link this is the data I get in WireShark.

I played the stream channel and here is the code I got from wireshark:

Code:
133	8.569187000	(myip was here i removed it)	68.232.34.73	HTTP	337	GET /80FC2A/PH2/jdorigin/jdExpEntain389.stream/media-uu5hyi3zn_13818.ts?2b5083691011ce40900045ba7b2e501822cf63cd8a909b2c660b1c1fa344e3734e55 HTTP/1.1

Code:
GET /80FC2A/PH2/jdorigin/jdExpEntain389.stream/playlist.m3u8?2b5083691011ce40900045ba7b2e501822cf63cd8a909b2c660b1c1fa344e3734e55 HTTP/1.1
User-Agent: stagefright/1.2 (Linux;Android 5.0.1)
Host: wpc.FC2A.edgecastcdn.net
Connection: Keep-Alive
Accept-Encoding: gzip

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Cache-Control: no-cache
Content-Type: application/vnd.apple.mpegurl
Date: Sun, 18 Oct 2015 00:24:36 GMT
Server: ECAcc (arn/45CF)
X-Cache: HIT
Content-Length: 193

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=854723,CODECS="avc1.77.31,mp4a.40.2",RESOLUTION=640x360
chunklist.m3u8?2b5083691011ce40900045ba7b2e501822cf63cd8a909b2c660b1c1fa344e3734e55
GET /80FC2A/PH2/jdorigin/jdExpEntain389.stream/chunklist.m3u8?2b5083691011ce40900045ba7b2e501822cf63cd8a909b2c660b1c1fa344e3734e55 HTTP/1.1
User-Agent: stagefright/1.2 (Linux;Android 5.0.1)
Host: wpc.FC2A.edgecastcdn.net
Connection: Keep-Alive
Accept-Encoding: gzip

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Cache-Control: no-cache
Content-Type: application/vnd.apple.mpegurl
Date: Sun, 18 Oct 2015 00:24:36 GMT
Last-Modified: Sun, 18 Oct 2015 00:24:33 GMT
Server: ECAcc (arn/469A)
X-Cache: HIT
Content-Length: 424

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:13818
#EXTINF:10.0,
media-uu5hyi3zn_13818.ts?2b5083691011ce40900045ba7b2e501822cf63cd8a909b2c660b1c1fa344e3734e55
#EXTINF:10.0,
media-uu5hyi3zn_13819.ts?2b5083691011ce40900045ba7b2e501822cf63cd8a909b2c660b1c1fa344e3734e55
#EXTINF:10.0,
media-uu5hyi3zn_13820.ts?2b5083691011ce40900045ba7b2e501822cf63cd8a909b2c660b1c1fa344e3734e55
GET /80FC2A/PH2/jdorigin/jdExpEntain389.stream/media-uu5hyi3zn_13818.ts?2b5083691011ce40900045ba7b2e501822cf63cd8a909b2c660b1c1fa344e3734e55 HTTP/1.1
User-Agent: stagefright/1.2 (Linux;Android 5.0.1)
Host: wpc.FC2A.edgecastcdn.net
Connection: Keep-Alive
Accept-Encoding: gzip

HTTP/1.1 200 OK
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: no-cache
Content-Type: video/MP2T
Date: Sun, 18 Oct 2015 00:24:36 GMT
Last-Modified: Sun, 18 Oct 2015 00:24:07 GMT
Server: ECAcc (arn/46B0)
X-Cache: HIT
Content-Length: 761964

I dont think this url is using any token. Can someone get me the working link that I can use in my kodi xbmc m3u file.

thanks alot.

Last edited by saima2 : 10-18-2015 at 11:37 AM.
Reply With Quote