Re: Download from hotstar.comLooks like everything is working as expected:
Code:
http://www.hotstar.com/#!/simmons-goes-full-throttle--2001420950-p Code:
livestreamer "hlsvariant://http://staruvod1-vh.akamaihd.net/i/vod/ipl2015/matches/19_05_2015_2/635676642879255016_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1432050443~exp=1432051043~acl=/*~hmac=f99395bacc10d39cb366f3c7c8758cec1735394f1bfd57f8a2f6193c4be2e528&g=HXRPZRLTBLHU&hdcore=3.7.0&plugin=aasp-3.7.0.39.44" best -o 01.ts Code:
[cli][info] Found matching plugin stream for URL hlsvariant://http://staruvod1-vh.akamaihd.net/i/vod/ipl2015/matches/19_05_2015_2/635676642879255016_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1432050443~exp=1432051043~acl=/*~hmac=f99395bacc10d39cb366f3c7c8758cec1735394f1bfd57f8a2f6193c4be2e528&g=HXRPZRLTBLHU&hdcore=3.7.0&plugin=aasp-3.7.0.39.44 |
Re: Download from hotstar.comAdownloader working? It stops for me after 10% and does not download. There is no problem with my connection because the same video is getting downloaded easily by livestreamer. But i want to download mp4 from adownloader because i can play mp4 videos in my phone and tab also but livestreamer downloads ts video and converting from ts to mp4 takes a lot of time.
Help required please. Also Can i specify .mp4 extension instead of .ts in livestreamer? will it work? |
Re: Download from hotstar.comQuote:
you can use ffmpeg instead of livetreamer example Code:
http://www.hotstar.com/#!/ye-hai-mohabbatein-3/ishita-s-secret-1000000001-e Code:
ffmpeg -i "https://staragvod-vh.akamaihd.net/i/videos/plus/yhm/1/1000000001_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1433580971~exp=1433581571~acl=/*~hmac=240b294b34a5fecd04d1bec115cda0968956149a5dd441c3570f0cb5ba3c3cf4&g=PCVTVKYPIDKW&hdcore=3.7.0&plugin=aasp-3.7.0.39.44" -c copy -bsf:a aac_adtstoasc Ishita-s-secret.mp4 |
Re: Download from hotstar.comThanks biezom. Will try.
|
Re: Download from hotstar.comI tried but it didnt work. Can you guide me please?
Also how do i select my desired quality like i did in livestreamer? |
Re: Download from hotstar.com@denobis, Help needed. Adownloader is not working. It only detects the audio stream not video streams
|
Re: Download from hotstar.comIs it possible to play videos from hotstar on Vic player without downloading it? Just like startv.in I was asking that because startv.in stopped uploading shows and I hate downloading shows from hotstar every single day it takes a long time. Any help? Thx
|
Re: Download from hotstar.comQuote:
if you want select you can use Code:
-map 0:p:3 so in my previous example 5 Program (playlist) Code:
Program 0 Code:
ffmpeg -i "https://staragvod-vh.akamaihd.net/i/videos/plus/yhm/1/1000000001_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1433775363~exp=1433775963~acl=/*~hmac=e747f859aee259adc5ef91a6d31491a35e58170452567c94ee2b9d14d262dc47&g=QTSBLELXTACR&hdcore=3.7.0&plugin=aasp-3.7.0.39.44" -map 0:p:3 -c copy -bsf:a aac_adtstoasc Ishita-s-secret.mp4 |
Re: Download from hotstar.comThanks biezom. The error i get is "Error 22 occurred, cant open output file, incorrect codec specified? "
|
Re: Download from hotstar.comQuote:
and version of ffmpeg Code:
ffmpeg -version |
Re: Download from hotstar.comAm no more able to download with A downloader.. when i open it ..it tells me problem with server :( :( :(
|
Re: Download from hotstar.comWhen 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:
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 ![]() 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. :) |
Re: Download from hotstar.comI tried a lot of other vids and found that sports videos does not work with ffmpeg but tv shows videos work.
|
Re: Download from hotstar.comit works with all brother.. Movies,TV shows etc etc....
however livestreamer never worked for me but FFmpeg did.... ;) |
Re: Download from hotstar.com |
Re: Download from hotstar.comQuote:
What's the code you use for downloading sports videos using ffmpeg? Take the video above as an example. :) As for livestreamer i use this code: Code:
livestreamer "hlsvariant://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=1433939859~exp=1433940459~acl=/*~hmac=56f9fc18c7b4386594d88c4cb4bef0225831db66e528871cae27964b312dd08f&g=LRWAFRNGEKXL&hdcore=3.7.0&plugin=aasp-3.7.0.39.44" best -o ChawlaShot.ts |
Re: Download from hotstar.comOk.It works with ffmpeg for you, whats the code you used?
And the file extension you used is '.ts' . I want to download in mp4 format thats why i am asking ffmpeg code because livestreamer works like a charm if i want to download in .ts format. Thanks in advance. |
Re: Download from hotstar.comQuote:
Code:
ffmpeg -i 01.ts -c copy -bsf:a aac_adtstoasc 01.mp4 |
Re: Download from hotstar.com@nullchat: Thanks.
|
Re: Download from hotstar.comOk massive thanks everybody for the help. Now i download sports video from livestreamer and change container with ffmpeg.
But still i would like to know why ffmpeg does not download sports video? Thanks in advance. |
Re: Download from hotstar.comlivestreamer "hlsvariant://https://staragvod-vh.akamaihd.net/i/videos/asianetdigi/mbmaly/02/1000041055_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1425576964~exp=1425577144~acl =/*~hmac=7a79f265b9c5a41acf187dbbde9c9d020dba32823c1 2a31013b6dd633f25c379&g=QXKTBKXBOWUJ&hdcore=3.5.0& plugin=aasp-3.5.0.151.81" 404p -o video.ts
livestreamer "hlsvariant://https://staragvod-vh.akamaihd.net/i/videos/vijaydigi/mahatamil/48/1000036928_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1434040412~exp=1434041012~acl =/*~hmac=6d1d4ecd4696f148a9d13b30529ff11450d83aea7a6 34d4186a6854fbe6f01fa&g=OHTCBYLXTEPW&hdcore=3.7.0& plugin=aasp-3.7.0.39.44" 404p -o video.ts |
Re: Download from hotstar.comQuote:
now software not responding error: problem with the server plz help me |
Re: Download from hotstar.comHi,
Does anyone know how to download in batch? I've copied all the links from every page but want to know how to download all them in one go. I've tried Jdownloader, Aimeesoft, IDM but none of them work.. Please help |
Re: Download from hotstar.com^Does adownloader not work? I have tried some links and sometimes it works and sometimes it does not.
|
Re: Download from hotstar.comHi,
It does work but wanted something where I can just paste all links and it downloads. Would you download a series with more 100 eps? I also want to download a series which has 1000 links. That's why I'm asking |
Re: Download from hotstar.comQuote:
I could not get that link. |
Re: Download from hotstar.comQuote:
now just change hds(f4m) link to hls(m3u8) link z>>>>i manifest.f4m>>>>master.m3u8 example Code:
http://sshds1-lh.akamaihd.net/z/iccwc4_ENGM04INDIAVSPAKISTAN_1@129822/manifest.f4m?hdnea=st=1435155346~exp=1435155946~acl=/*~hmac=19ac8948481fbcbd698030d5bd51bfa6cec59e6f151a1398b624476760ba1eb9&hdcore=2.11.3&g=SHDYDKTPUKWV Code:
http://sshds1-lh.akamaihd.net/i/iccwc4_ENGM04INDIAVSPAKISTAN_1@129822/master.m3u8?hdnea=st=1435155346~exp=1435155946~acl=/*~hmac=19ac8948481fbcbd698030d5bd51bfa6cec59e6f151a1398b624476760ba1eb9&hdcore=2.11.3&g=SHDYDKTPUKWV and use livestreamer Code:
livestreamer "hlsvariant://http://sshds1-lh.akamaihd.net/i/iccwc4_ENGM04INDIAVSPAKISTAN_1@129822/master.m3u8?hdnea=st=1435155346~exp=1435155946~acl=/*~hmac=19ac8948481fbcbd698030d5bd51bfa6cec59e6f151a1398b624476760ba1eb9&hdcore=2.11.3&g=SHDYDKTPUKWV" best -o INDIAVSPAKISTAN.ts the video start with a long intro (~52minutes) (english test, pub,fixed screen......) after it's the pre-match (~1h20) and after the match begin so you need download ~2h10 before starting to watch the game |
Re: Download from hotstar.comThanks so much. Actually i want prematch. Match is easy to get from other sources.
|
Re: Download from hotstar.comi want to download hotstar.com videos how can i download plz tel me
|
Re: Download from hotstar.comQuote:
@biezom bro, bt how to download in 1080p MP4 with ffmpeg, pls guide. |
Re: Download from hotstar.comQuote:
|
Re: Download from hotstar.comI wrote a little software in php language for hotstar and starsports
i'm newbie with php so the code can be improved for the instructions read README.txt it works on linux and windows platform it use livestreamer v1.22 and php v5.4 the code is open so you can change it as you want if you can improved it (tested with some users it seems to work) need indian ip address for starsports and for restriction video on hotstar https://github.com/biezom/hotstarspo...vestreamer.zip you can post the issues here https://github.com/biezom/hotstarspo...treamer/issues |
Re: Download from hotstar.comlivestreamer "hlsvariant://https
master.m3u8 "404p -o video.ts |
Re: Download from hotstar.comHellow guyzzz iam new here.i have tried to download hotstar videos with livestreamer it works but I need I mp4 hd formate any one know how to download hotstar videos in mp4?
|
Re: Download from hotstar.comGuyzzz is there any way to cloud download hotstar videos in udisk. because uc cloud download in super fast and downloaded videos can be save there....pls find the way to download hotstar videos in udisk..
|
Re: Download from hotstar.comQuote:
|
Re: Download from hotstar.comhi thanks for replying.....I have downloaded hotstar app in andriod phone there is an download button but a serial episode is only 203 mb.....Which quality did hotstar app download? ???
|
Re: Download from hotstar.comI am Found a .bat file for Download Video From Hotstar.
but Some Condition For Download Video : 1. Your Download Speed must be above 50-52 kbps. 2. Before Download Turn off Your Real Time Protection in Antivirus. Download file and instruction on this page check it. Download |
Re: Download from hotstar.comQuote:
Download=======https://github.com/biezom/hotstarspo...vestreamer.zip |
Re: Download from hotstar.comGuyzzz how to download ditto tv videos?
|
All times are GMT -6. The time now is 10:47 PM. |