View Single Post
  #4  
Old 06-09-2016, 01:06 PM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


Also there is another issue which i dont know what i am doing wrong.

It works with this video:
http://www.starsports.com/cricket/vi...469/index.html

What i do is get the manifest using network tools in chrome.

Code:
http://ssvodasp-vh.akamaihd.net/z/videos/vod/cricket/ipl2016/25_04_2016/635971397084377399/635971397084377399_,180,400,800,1300,2000,_STAR.mp4.csmil/manifest.f4m?hdnea=st=1465498905~exp=1465498950~acl=/*~hmac=73b7303f85e24b43d6636b829eed1f52770069e2a0b78110cbff9d092590fff3&hdcore=2.11.3&g=SHFOJSWKRVEZ
After that copy the @bold part of the manifest and replace z with i.

Then i run this command in livestreamer:

Code:
livestreamer "hls://ssvodasp-vh.akamaihd.net/i/videos/vod/cricket/ipl2016/25_04_2016/635971397084377399/635971397084377399_,180,400,800,1300,2000,_STAR.mp4.csmil/index_4_av.m3u8?null=0" best -o 01.ts
The video starts downloading perfectly but But if i repeat the same process with this video http://www.starsports.com/cricket/vi...ope/index.html
it does not work.

Any reason for that?
Reply With Quote