View Single Post
  #4  
Old 09-14-2015, 12:16 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: How do i record from ditto tv live stream?


Hi,

you can use the browser itself if you open the web console so Firefox has some tools inside you can use but other browser has it too.Just open it then refresh the site of your stream and you see the traffic.
Code:
GET 
http://dittotv.live-s.cdn.bitgravity.com/cdn-live/_definst_/dittotv/secure/zee_tv_hd_Web.smil/playlist.m3u8 [HTTP/1.1 200 OK 204ms]
GET 
http://dittotv.live-s.cdn.bitgravity.com/cdn-live/_definst_/dittotv/secure/zee_tv_hd_Web.smil/chunklist_w1556375044_b116000.m3u8 [HTTP/1.1 200 OK 250ms]
GET 
http://dittotv.live-s.cdn.bitgravity.com/cdn-live/_definst_/dittotv/secure/zee_tv_hd_Web.smil/chunklist_w1556375044_b364000.m3u8 [HTTP/1.1 200 OK 250ms]
GET 
http://dittotv.live-s.cdn.bitgravity.com/cdn-live/_definst_/dittotv/secure/zee_tv_hd_Web.smil/chunklist_w1556375044_b564000.m3u8 [HTTP/1.1 200 OK 249ms]
GET 
http://dittotv.live-s.cdn.bitgravity.com/cdn-live/_definst_/dittotv/secure/zee_tv_hd_Web.smil/chunklist_w1556375044_b564000.m3u8 [HTTP/1.1 200 OK 265ms]
Now you can doubleclick the entrys to get more header infos and entire request url with paramters.You can also use other tools if you like them more as URL Snooper or any web debugger etc.

greetz
Reply With Quote