View Single Post
  #3  
Old 09-12-2015, 07:28 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Having a hard time capturing a (CBC-aired) Shakespeare video


hi

hds (.f4m) protocol

Code:
http://link.theplatform.com/s/h9dtGB/xk3LiBMRL8dbQNMvnnarRV6jiOH_j1C0?mbr=true&manifest=f4m&callback=jquery
Code:
livestreamer "hds://http://mobilehls-vh.akamaihd.net/z/prodVideo/entertainment/504/87/Stratford_KingLear_CBC_H264_20150904_,640x360_90,960x540_250,852x480_180,640x360_120,370x208_50,320x180_35,0kbps.mp4.csmil/manifest.f4m?hdnea=............................... pvswf=http://pdk.theplatform.com/5.6.2/pdk/swf/flvPlayer.swf" best -o King-Lear.flv
with in red the link found with link.theplatform.com

hls (.m3u8) protocol

Code:
http://link.theplatform.com/s/h9dtGB/xk3LiBMRL8dbQNMvnnarRV6jiOH_j1C0?mbr=true&manifest=m3u&callback=jquery

Code:
livestreamer "hlsvariant://http://mobilehls-vh.akamaihd.net/i/prodVideo/entertainment/504/87/Stratford_KingLear_CBC_H264_20150904_,640x360_90,960x540_250,852x480_180,640x360_120,370x208_50,320x180_35,0kbps.mp4.csmil/master.m3u8?hdnea=....................." best -o King-Lear.ts

with in red the link found with link.theplatform.com
Reply With Quote