View Single Post
  #292  
Old 06-08-2015, 11:52 PM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: Download from hotstar.com


When i use your example it works like a charm but no other video works.
I want to download this

Code:
http://www.hotstar.com/#!/lol--chawla-swats-mathews-in-comical-fashion-2001415570-p
code i use:

Code:
ffmpeg   -i "https://staruvod1-vh.akamaihd.net/i/vod/ipl2015/matches/07_05_2015/635666291714738206_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1433826884~exp=1433827484~acl=/*~hmac=851f87f56c2b6baa7990bbd26d4dd09e975089ac6ef07144ee63ad98577ec2f1&g=HWCXLJMGFCRY&hdcore=3.7.0&plugin=aasp-3.7.0.39.44" -map 0:p:4  -c copy -bsf:a aac_adtstoasc chawla-s-shot.mp4
ffmpeg version :


If you dont mind can you explain the switches used? Once i know the switches i would be able to do it myself.

And Thanks again in advance.
Reply With Quote