View Single Post
  #246  
Old 02-08-2015, 10:54 PM
Avig70 Avig70 is offline
Junior Member
 
Join Date: Jan 2015
Posts: 2
Avig70 is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by biezom View Post
you can use ffmpeg or livestreamer

Code:
ffmpeg  -i http://nana10vod-vh.akamaihd.net/i/mediaroot/nana10/media/iiscdn/2015/01/selfie2Shelmiata9_,500,700,1000,1400,1800,.mp4.csmil/master.m3u8 -acodec copy -vcodec copy  video.ts
Code:
livestreamer hlsvariant://http://nana10vod-vh.akamaihd.net/i/mediaroot/nana10/media/iiscdn/2015/01/selfie2Shelmiata9_,500,700,1000,1400,1800,.mp4.csmil/master.m3u8 best -o video.ts
This has worked perfectly BUT... Now I need another video and I don't know how to get the master.m3u8 link?

I've looked at the page source and I see no m3u8 nor manifest or mp4 or other clue as how to get the info.

Any help on further reading is welcome
Reply With Quote