Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Download from hotstar.com

(http://stream-recorder.com/forum/showthread.php?t=19250)

Alia 06-08-2015 11:32 PM

Re: Download from hotstar.com


 
Am no more able to download with A downloader.. when i open it ..it tells me problem with server :( :( :(

sscomp32 06-08-2015 11:52 PM

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. :)

sscomp32 06-09-2015 01:43 PM

Re: Download from hotstar.com


 
I tried a lot of other vids and found that sports videos does not work with ffmpeg but tv shows videos work.

surya987 06-10-2015 12:08 AM

Re: Download from hotstar.com


 
it works with all brother.. Movies,TV shows etc etc....

however livestreamer never worked for me but FFmpeg did.... ;)

lesor 06-10-2015 05:00 AM

Re: Download from hotstar.com


 
Quote:

I tried a lot of other vids and found that sports videos does not work with ffmpeg but tv shows videos work


Quote:

however livestreamer never worked for me but FFmpeg did...

sscomp32 06-10-2015 06:30 AM

Re: Download from hotstar.com


 
Quote:

Originally Posted by surya987 (Post 77316)
it works with all brother.. Movies,TV shows etc etc....

however livestreamer never worked for me but FFmpeg did.... ;)

LOL. Its the reverse for me. Livestreamer works like a charm for everything but ffmpeg does not work for sports videos.

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

sscomp32 06-10-2015 06:34 AM

Re: Download from hotstar.com


 
Quote:

Originally Posted by lesor (Post 77325)


Ok.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.

nullacht 06-10-2015 06:58 AM

Re: Download from hotstar.com


 
Quote:

Originally Posted by sscomp32 (Post 77327)

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.

You can simply change the container to MP4:

Code:

ffmpeg -i 01.ts -c copy -bsf:a aac_adtstoasc 01.mp4
It only takes a few seconds [depends on the file size].

sscomp32 06-10-2015 11:12 AM

Re: Download from hotstar.com


 
@nullchat: Thanks.

sscomp32 06-11-2015 10:25 AM

Re: Download from hotstar.com


 
Ok 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.


All times are GMT -6. The time now is 05:16 AM.