Hello Stream recorder community,
I am currently trying to capture a video from
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.