View Single Post
  #65  
Old 04-05-2016, 04:49 AM
rad rad is offline
Junior Member
 
Join Date: Apr 2016
Posts: 29
rad is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by surya987 View Post
the method is bit tricky but simple...

1st play video normally in your browser and copy the mpd link from network tab in devolper tool by pressing F12..

for example for this episode http://www.voot.com/shows/khatron-ke...-finale/389224

the mpd link is

Code:
http://video.voot.com/edash/p/1982551/sp/198255100/serveFlavor/entryId/0_vv9bzx3d/v/2/pv/1/flavorId/0_,s70wvy0u,rq528j27,o8ql2x0l,/forceproxy/true/name/a.mp4.urlset/manifest.mpd
copy the last code in red only its 1080p and green is 720p

now change your browser useragent to ipad or iphone and play video and copy the m3u8 link from network tab of devolper tool

the m3u8 link for episode is

Code:
http://video.voot.com/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_vv9bzx3d/v/2/pv/1/flavorId/0_bdfpvmpv/name/a.mp4/index.m3u8
now replace the blue code with red code (1080p) or to green (720p)

the link will look like this now for 1080p

Code:
http://video.voot.com/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_vv9bzx3d/v/2/pv/1/flavorId/0_o8ql2x0l/name/a.mp4/index.m3u8
simple open the cmd as administrator and go to livestreamer directory using CD command and use the command

Code:
livestreamer "hls://http://video.voot.com/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_vv9bzx3d/v/2/pv/1/flavorId/0_o8ql2x0l/name/a.mp4/index.m3u8" best -o "output.ts"
you are done Enjoy...


Thank you for your reply. I did that but downloading stops in between
this is the error i get


[download][video.ts] Written 285.3 MB (37m44s @ 129.2 KB/s) [
cli][error] Error when reading from stream: Read timeout
[cli][info] Stream ended

C:\Users\user>
C:\Users\user>
C:\Users\user>

What should i do?
Reply With Quote