Quote:
Originally Posted by zapac
Hi thanks for replying....And iam in india and I can download hotstar videos through livestreamer but I have very slow internet speed that's why I wanted to use ffmpeg so plzz tell me how to modify link for ffmpeg
|
Buddy trust me Livestreamer is best. I have used ffmpeg too and its even worse than livestreamer.
Livestreamer has the advantage of you can play the part which is already downloaded but for ffmpeg you have to download the complete video before playing.
Also from my personal experience livestreamer rarely breaks but ffmpeg breaks a lot .
But if you wanna try it yourself here is the method:
Same process as livestreamer of changing the manifest link, you will just need to change the prefix used , here i have bold the things to be changed:
Code:
ffmpeg -i "https://staragvod1-vh.akamaihd.net/i/videos/plus/tsm/104/1000063288_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1435809885~exp=1435810485~acl=/*~hmac=429c5d366cf40d2c168fdeae98eb8131714968c487a677fd8cd88e4cccedc740&g=WWDIOGDWNIHD&hdcore=3.7.0&plugin=aasp-3.7.0.39.44" -map 0:p:1 -c copy -bsf:a aac_adtstoasc Video.mp4
If you want to download mp4 from hotstar to play on mobile devices download using livestreamer and change container using ffmpeg
Code:
ffmpeg -i 01.ts -c copy -bsf:a aac_adtstoasc 01.mp4