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
  #261  
Old 07-28-2017, 04:51 AM
jazzygujjar jazzygujjar is offline
Member
 
Join Date: Jul 2017
Posts: 49
jazzygujjar is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by barik_links View Post
First things first, you will need 1. IDM(internet download manager)installed 2.ffmpeg
i will proceed with this voot video link as an example: https://www.voot.com/shows/shani/1/4...hanuman/521536
steps:-
1.create a folder (name it as short as possible without any spaces, ex:-vdownload)
2.download ffmpeg from here: https://ffmpeg.zeranoe.com/builds/
3. extract the zip file, copy only ffmpeg.exe from the bin folder to the folder you just created
4.create a .txt file (right click->new->Text Document)
5.copy the following,as it is: ffmpeg -i "" -c copy video.ts paste it in the .txt file
6.go to the voot video page , once you see the IDM prompt download video, click it, it will list multiple video links, click any one of them(just like what you do for any youtube videos), DO NOT proceed with the download, where it is written URL, select , copy the link, it should look like

this:
https://vootvideo.akamaized.net/s/en...p4/index.m3u8?

__hdnea__=st=1501216496~exp=1501220096~acl=/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_*~hmac=1de2b09b0967538b045da2a86ffae6eae035160a1 ed683e08c483213a8aad78f

7.now paste it within the double quotes after -i in ffmpeg -i "paste here" in the .txt file, should look like this:
ffmpeg -i "https://vootvideo.akamaized.net/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_adzi2jgd/name/a.mp4/index.m3u8?

__hdnea__=st=1501216496~exp=1501220096~acl=/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_*~hmac=1de2b09b0967538b045da2a86ffae6eae035160a1 ed683e08c483213a8aad78f" -c copy video.ts

8.go to the link: http://player.kaltura.com/kWidget/te...etSources.html , at the bottom of the page do:
9.enter partnerId : 1982551 in the box [it's always the same for voot.com]
10.enter entryId : copy after "........./entryId/xxxxxxx/..........." as in the example it is "0_t78v1je5"
11. now click get sources button
12.now copy link of any video quality listed under Source list: ex:- avc1 1080p , right click, copy link location, should look like this:

http://cdnbakmi.kaltura.com/p/198255...col/http/a.mp4

13.paste it in the .txt file you created [not within the ffmpeg command, anywhere below], we only need the flavorId from the above link, ex:- 0_36xha2zk
14. copy the flavorId and replace the flavorId in the ffmpeg command ex:- "0_adzi2jgd" with "0_36xha2zk" [VERY IMPORTANT, FOR QUALITY YOU DESIRE]
15. open a command window in the folder (hold shift right click in the folder, open command window here)
16. paste the ffmpeg command you created in the command window , should look like this:
ffmpeg -i "https://vootvideo.akamaized.net/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_36xha2zk/name/a.mp4/index.m3u8?

__hdnea__=st=1501216496~exp=1501220096~acl=/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_*~hmac=1de2b09b0967538b045da2a86ffae6eae035160a1 ed683e08c483213a8aad78f" -c copy video.ts

17.hit enter, that's all guys

voot links are now time bound so if you are slow, links expire, so follow up from step 6 above.
I know it's lengthy and you may encounter problems, just quote to my post, i will try to get back to you, thank you.
Dear its giving error
HTTP error 400 Bad Request
Reply With Quote
  #262  
Old 07-28-2017, 08:01 AM
jazzygujjar jazzygujjar is offline
Member
 
Join Date: Jul 2017
Posts: 49
jazzygujjar is on a distinguished road
Default

Re: Downloading from voot.com


HTTP error 404 Not Found
http://vootvideo.akamaized.net/enc/f...p4/index.m3u8: Server returned 404 Not Found
Reply With Quote
  #263  
Old 07-28-2017, 08:00 PM
barik_links barik_links is offline
Junior Member
 
Join Date: Jul 2017
Posts: 6
barik_links is on a distinguished road
Default

Re: Downloading from voot.com


jazzy your link is missing "hdnea" and "hmac " values. when you copy the url from IDM, you have to copy the entire thing like:

https://vootvideo.akamaized.net/s/en...eb1155b5d9ac16

as i have said before, these links are dynamic and "hmac" values change over time, so you have to be prompt in doing step 6 through step 17. hope that helps.
Reply With Quote
  #264  
Old 08-10-2017, 08:06 AM
xangetsue xangetsue is offline
Junior Member
 
Join Date: Apr 2017
Posts: 22
xangetsue is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by barik_links View Post
jazzy your link is missing "hdnea" and "hmac " values. when you copy the url from IDM, you have to copy the entire thing like:

https://vootvideo.akamaized.net/s/en...eb1155b5d9ac16

as i have said before, these links are dynamic and "hmac" values change over time, so you have to be prompt in doing step 6 through step 17. hope that helps.
thanks a lot bro u have helped me a lot )
Reply With Quote
  #265  
Old 08-10-2017, 08:13 AM
xangetsue xangetsue is offline
Junior Member
 
Join Date: Apr 2017
Posts: 22
xangetsue is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by jazzygujjar View Post
HTTP error 404 Not Found
http://vootvideo.akamaized.net/enc/f...p4/index.m3u8: Server returned 404 Not Found
1-dude u have to install ffmpeg on ur pc first and here's a link to learn how to:
http://adaptivesamples.com/how-to-in...eg-on-windows/

2-after u successfully install ffmpeg follow this post to get the link of the video u want to download:
http://stream-recorder.com/forum/sho...33&postcount=1

3-then u have to run the command prompt (cmd) and write this command
Code:
ffmpeg -i "HERE PASTE THE LINK U GOT FROM 9XBUDDY"
 -c copy video.ts/mp4
you can select the format of the output video (ts or mp4)
hope this helps


Thanks for everyone who helps us here : biezom,,AnoX007,barik_links,lottery IcTv
Reply With Quote
  #266  
Old 08-10-2017, 08:25 AM
jazzygujjar jazzygujjar is offline
Member
 
Join Date: Jul 2017
Posts: 49
jazzygujjar is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by xangetsue View Post
1-dude u have to install ffmpeg on ur pc first and here's a link to learn how to:
http://adaptivesamples.com/how-to-in...eg-on-windows/

2-after u successfully install ffmpeg follow this post to get the link of the video u want to download:
http://stream-recorder.com/forum/sho...33&postcount=1

3-then u have to run the command prompt (cmd) and write this command
Code:
ffmpeg -i "HERE PASTE THE LINK U GOT FROM 9XBUDDY"
 -c copy video.ts/mp4
you can select the format of the output video (ts or mp4)
hope this helps


Thanks for everyone who helps us here : biezom,,AnoX007,barik_links,lottery IcTv
I m form pakistan thats why no method working for me without vpn software and vootstreamer working without any Vpn software
Reply With Quote
  #267  
Old 08-10-2017, 08:59 AM
xangetsue xangetsue is offline
Junior Member
 
Join Date: Apr 2017
Posts: 22
xangetsue is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by jazzygujjar View Post
I m form pakistan thats why no method working for me without vpn software and vootstreamer working without any Vpn software
actually the method I mentioned above works for all countries except for one step#2 (getting the links of videos you want through 9xbuddy) but i can help u in this step where i can provide you with all the links of any video you like to download, u just do as i posted above and let me know when u finish step 1
Reply With Quote
  #268  
Old 08-10-2017, 11:50 AM
tienhinhconcho2018 tienhinhconcho2018 is offline
Member
 
Join Date: Jun 2017
Posts: 36
tienhinhconcho2018 is on a distinguished road
Default

Re: Downloading from voot.com


Cho??ng: Từ bá»? showbiz, Lệ R??i Ä‘ang b??n ổi tá??i H?* Ná»™i

Nhá»?ng ng?*y qua, d?° luá?*n tá»? ra Ä‘á?·c biệt quan t??m Ä‘á??n th?´ng tin Lệ R??i v?*o S?*i G??n má»? c?´ng ty ti??u khiá»?n v?* kinh dinh. Lệ R??i t??m t?°: "Cuá»™c sống hiện giá»? mu?´n h?¬nh mu?´n vá?» n??n c?©ng chá??ng biá??t thá?? n?*o Ä‘á»? l?°á»?ng tr?°á»›c má»?i việc. c??ch l?*m hoa hồng s??p H?*nh Ä‘á»™ng đốt tr?°á»?ng của c?´ b?© lá»›p 8 á»? Kh??nh H??a bị nhiá»?u ng?°á»?i l??n ??n. Khi Ä‘??, Bá»™ sá?? lá??i tr?°ng cá?§u lá??y quan Ä‘iá»?m của nghệ sÄ© v?* c?´ng ch??ng.

T?°??ng lai e sá?? thi v?*o ng?´i tr?°á»?ng n?*y Ä‘á»? Ä‘á??m bá??o thá»±c hiện ham m?? của m?¬nhâ€?. trung t??m của Giai Ä‘iệu ki??u h??nh ph??t s??ng v?*o dịp Tá??t l?* t?´n c??c ca kh??c kinh Ä‘iá»?n. C??u n??i của Nguyá»…n Tá»* Quá??ng: â€?Thá?*t chá??ng thá»? tin Ä‘?°á»?câ€? trá»? n??n â€?bá??t hủâ€? trong nhá»?ng ng?*y qua. hồi ức Ä‘á??n c??i Ä‘??m anh n??i chia tay c??ng Sa, lá?§n tr?°á»›c ti??n. Ph?*a ng??n h?*ng th?¬ Ä‘??i ná»? vay từ ch??ng t?´i' – ?´ng Tá??n n??i. Kh?? bá??t ngá»? l?* ngo?*i Ä‘á»?i, chị trá?» trung v?* xinh Ä‘á??p h??n há??n khi xuá??t hiện c??ng chồng

http://hoahong24k.com/hoa-hong-sap-thom
Reply With Quote
  #269  
Old 08-10-2017, 12:36 PM
jazzygujjar jazzygujjar is offline
Member
 
Join Date: Jul 2017
Posts: 49
jazzygujjar is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by xangetsue View Post
actually the method I mentioned above works for all countries except for one step#2 (getting the links of videos you want through 9xbuddy) but i can help u in this step where i can provide you with all the links of any video you like to download, u just do as i posted above and let me know when u finish step 1
its working bro for me
Now one more thing how i download in high 1080P bit-rate
Reply With Quote
  #270  
Old 08-10-2017, 04:46 PM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by barik_links View Post
First things first, you will need 1. IDM(internet download manager)installed 2.ffmpeg
i will proceed with this voot video link as an example: https://www.voot.com/shows/shani/1/4...hanuman/521536
steps:-
1.create a folder (name it as short as possible without any spaces, ex:-vdownload)
2.download ffmpeg from here: https://ffmpeg.zeranoe.com/builds/
3. extract the zip file, copy only ffmpeg.exe from the bin folder to the folder you just created
4.create a .txt file (right click->new->Text Document)
5.copy the following,as it is: ffmpeg -i "" -c copy video.ts paste it in the .txt file
6.go to the voot video page , once you see the IDM prompt download video, click it, it will list multiple video links, click any one of them(just like what you do for any youtube videos), DO NOT proceed with the download, where it is written URL, select , copy the link, it should look like

this:
https://vootvideo.akamaized.net/s/en...p4/index.m3u8?

__hdnea__=st=1501216496~exp=1501220096~acl=/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_*~hmac=1de2b09b0967538b045da2a86ffae6eae035160a1 ed683e08c483213a8aad78f

7.now paste it within the double quotes after -i in ffmpeg -i "paste here" in the .txt file, should look like this:
ffmpeg -i "https://vootvideo.akamaized.net/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_adzi2jgd/name/a.mp4/index.m3u8?

__hdnea__=st=1501216496~exp=1501220096~acl=/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_*~hmac=1de2b09b0967538b045da2a86ffae6eae035160a1 ed683e08c483213a8aad78f" -c copy video.ts

8.go to the link: http://player.kaltura.com/kWidget/te...etSources.html , at the bottom of the page do:
9.enter partnerId : 1982551 in the box [it's always the same for voot.com]
10.enter entryId : copy after "........./entryId/xxxxxxx/..........." as in the example it is "0_t78v1je5"
11. now click get sources button
12.now copy link of any video quality listed under Source list: ex:- avc1 1080p , right click, copy link location, should look like this:

http://cdnbakmi.kaltura.com/p/198255...col/http/a.mp4
There is absolutely no need for anything after this.

When you do step 12, Just right click the quality link you want and click download with IDM. It will start downloading.

You will get a direct mp4 link which will be resumable and you can download as you wish.

Thanks barik_links .

I knew a different method to get the mp4 links but this is even better.
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 06:57 AM.


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