View Single Post
  #1  
Old 10-08-2016, 12:01 PM
pepper90 pepper90 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 1
pepper90 is on a distinguished road
Question

How to capture this video?


Hello Stream recorder community,

I am currently trying to capture a video from
Code:
huntersvideo.com
Code:
http://en.huntersvideo.tv/movie/fox-calling-1/316218
I found the link to the m3u8 file for the 1080 version.
Code:
http://cfvod.kaltura.com/fpshls/p/2122821/sp/212282100/serveFlavor/entryId/0_axtbseg6/v/2/flavorId/0_vac5szwj/name/a.mp4/index.m3u8
I also managed to find the manifest file.
Code:
http://cdnapi.kaltura.com/p/2122821/sp/212282100/playManifest/entryId/0_axtbseg6/format/mpegdash/tags/dash/protocol/http/f/a.mpd
The only file I managed to download was the DRM protected .wvm which is not playable.

Code:
http://cdnapi.kaltura.com/p/2122821/sp/212282100/playManifest/entryId/0_axtbseg6/format/url/tags/widevine/protocol/http/f/a.wvm
I tried to capture the video with ffmpeg but got the error
Code:
Sample-aes encryption is not supported yet.
Apperently I am doing something wrong. Any help will be appreciated.
Reply With Quote