Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #191  
Old 03-02-2015, 12:14 PM
prabhatec prabhatec is offline
Member
 
Join Date: Mar 2015
Posts: 86
prabhatec is on a distinguished road
Default

Re: Download from hotstar.com


Quote:
Originally Posted by sscomp32 View Post
It Works.



Code:
livestreamer "hlsvariant://https://staragvod-vh.akamaihd.net/i/videos/asianetdigi/mbmaly/84/1000041137_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=1425311441~exp=1425311621~acl=/*~hmac=22f6f927677cae4c3c73a07cfb17c9e5cb144f2c0b5abbb90d5a102d19cbc00c&g=IMSBTBYCHMAY&hdcore=3.5.0&plugin=aasp-3.5.0.151.81" best -o MBMAL.ts
You need to take care of 2 things.

1. For every run the code after 'master.m3u8?' will change so if a url runs once you will have to play the video again in browser and obtain the new manifest url.

2. You have around 100 seconds from the time you copy the code to executing it in command prompt so be fast.
OMG :O gotta try this! Btw one happy news i have talked with http://www.video-download-capture.com/ team and they promised to encrypt soon! hope they will with new update!
Reply With Quote
  #192  
Old 03-02-2015, 12:37 PM
SpaRKaR SpaRKaR is offline
Member
 
Join Date: Nov 2014
Posts: 40
SpaRKaR is on a distinguished road
Default

Re: Download from hotstar.com


Really great news @prabhatec bro. We are waiting for that.
Reply With Quote
  #193  
Old 03-03-2015, 05:20 AM
maisawka maisawka is offline
Junior Member
 
Join Date: Feb 2015
Posts: 8
maisawka is on a distinguished road
Default

Re: Download from hotstar.com


Can somebody hlep me please
I download the show from hotstar.com by using adownloader, after the download is completed, the mp4 video is not fully build, i got around 20-30 mnts video for 45 mnts, but i got a number of segments.ts files. How can i Mux those segment.ts file manualy

Thanks in advance
Reply With Quote
  #194  
Old 03-03-2015, 12:42 PM
HDTV1080p HDTV1080p is offline
Junior Member
 
Join Date: Feb 2015
Posts: 16
HDTV1080p is on a distinguished road
Default

Re: Download from hotstar.com


Quote:
Originally Posted by maisawka View Post
Can somebody hlep me please
I download the show from hotstar.com by using adownloader, after the download is completed, the mp4 video is not fully build, i got around 20-30 mnts video for 45 mnts, but i got a number of segments.ts files. How can i Mux those segment.ts file manualy

Thanks in advance
JOING .TS segments in adownloader download folder
1. Copy FFMPEG.exe (static 32/64 bit according to your needs http://ffmpeg.zeranoe.com/builds/) to the folder having .ts segments from bin.
2. Copy mp4 .m3u8 and mp4.2.m3u8 files also to that folder.
3. Now in command window enter to the folder.
4. ffmpeg -i "hotstar__Specialstypem3u8_206001280x720.mp4.2.m3u 8" -c copy t.ts => copy the name of mp4.2.m3u8 file " here "

see this post
This is what I did 2 days ago...thanks to @biezom for the process
Reply With Quote
  #195  
Old 03-03-2015, 10:22 PM
maisawka maisawka is offline
Junior Member
 
Join Date: Feb 2015
Posts: 8
maisawka is on a distinguished road
Default

Re: Download from hotstar.com


Quote:
Originally Posted by HDTV1080p View Post

3. Now in command window enter to the folder.
4. ffmpeg -i "hotstar__Specialstypem3u8_206001280x720.mp4.2.m3u 8" -c copy t.ts => copy the name of mp4.2.m3u8 file " here "

see this post
This is what I did 2 days ago...thanks to @biezom for the process
I am novice in computer, when i run the cmd.exe i dont understand no. 3 & 4. please can you make the video tutorial or in more detail. Thank you
Reply With Quote
  #196  
Old 03-04-2015, 01:36 AM
maisawka maisawka is offline
Junior Member
 
Join Date: Feb 2015
Posts: 8
maisawka is on a distinguished road
Default

Re: Download from hotstar.com


Quote:
Originally Posted by HDTV1080p View Post
JOING .TS segments in adownloader download folder
1. Copy FFMPEG.exe (static 32/64 bit according to your needs http://ffmpeg.zeranoe.com/builds/) to the folder having .ts segments from bin.
2. Copy mp4 .m3u8 and mp4.2.m3u8 files also to that folder.
3. Now in command window enter to the folder.
4. ffmpeg -i "hotstar__Specialstypem3u8_206001280x720.mp4.2.m3u 8" -c copy t.ts => copy the name of mp4.2.m3u8 file " here "

see this post
This is what I did 2 days ago...thanks to @biezom for the process
I tried this process but it built only 12 mnts, not the full video. Btw many many thanks to adownloader developers. sometimes i used succesfully, but sometimes i got this kind of problem. How can you solve?, please help
Reply With Quote
  #197  
Old 03-04-2015, 01:49 AM
HDTV1080p HDTV1080p is offline
Junior Member
 
Join Date: Feb 2015
Posts: 16
HDTV1080p is on a distinguished road
Default

Re: Download from hotstar.com


Quote:
Originally Posted by maisawka View Post
I am novice in computer, when i run the cmd.exe i dont understand no. 3 & 4. please can you make the video tutorial or in more detail. Thank you


^^ this is the folder where the segments are downlaoded, and those 2 m3u8 files.



^^ copy those 2 m3u8 files and ffmpeg.exe to that folder



^^ open cmd and enter to the folder (see the 1st red box), then type the code
Code:
ffmpeg -i " xxxxxxxxxxxx.mp4.2.m3u8" -c copy t.ts
yyyyyy.mp4.2.m3u 8 file name in place of xxxx and enter.

you will get t.ts in the folder.
Reply With Quote
  #198  
Old 03-04-2015, 05:37 AM
maisawka maisawka is offline
Junior Member
 
Join Date: Feb 2015
Posts: 8
maisawka is on a distinguished road
Default

Re: Download from hotstar.com


[quote=HDTV1080p;74644]

Thank you

But not build the full video, i only got 12 mnts out of 45 mnts
Reply With Quote
  #199  
Old 03-05-2015, 06:47 AM
maisawka maisawka is offline
Junior Member
 
Join Date: Feb 2015
Posts: 8
maisawka is on a distinguished road
Default

Re: Download from hotstar.com


Quote:
Originally Posted by denobis View Post
Use adownloader to bypass the f4m drm stream
Thank you DENOBIS for developing this Valuable and usefull software. I beg your pardon cause i don't have credit card to donate.
Reply With Quote
  #200  
Old 03-06-2015, 02:11 AM
prabhatec prabhatec is offline
Member
 
Join Date: Mar 2015
Posts: 86
prabhatec is on a distinguished road
Default

Re: Download from hotstar.com


I wish if there any possible ways to Downlaod videos direct to Dropbox!
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:25 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons