Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 09-12-2015, 07:56 AM
twipley twipley is offline
Junior Member
 
Join Date: Sep 2015
Posts: 4
twipley is on a distinguished road
Default

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


I'm having the heck of a hard time capturing a Shakespeare play which aired on CBC last week.

The stream is hosted at http://www.cbc.ca/player/Shows/Shows...ID/2675010041/

I've installed numerous programs (such as video downloadhelper and livestreamer under Linux, and rtmpdump and Replay Media Catcher under XP), and spent quite a lot time, to no avail. (Although downloadhelper gave me the SD version of the play, weighing about 600 MB.)

I'd really, really appreciate a hand in capturing the HD version of this play. I'm moving out and I won't have Internet access for a year, and...

Last edited by twipley : 09-12-2015 at 08:09 AM. Reason: cutting out the junk
Reply With Quote
  #2  
Old 09-12-2015, 08:17 AM
twipley twipley is offline
Junior Member
 
Join Date: Sep 2015
Posts: 4
twipley is on a distinguished road
Default

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


I forgot:

video downloadhelper yields the following link to the stream:
Code:
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/4_a870b9d0fef60587_Seg1-Frag1?hdntl=exp=1442150028~acl=%2fz%2f*~data=hdntl~hmac=ad5c4aee3c1ddb9f79708f7af6ac3585cd2a3f9cb08a6a00f99e304889f92068&als=0,3,NaN,2,0,NaN,0,0,0,35,f,0,6980.15,f,s,KCMIVLLDOYVU,3.5.0,35&hdcore=3.5.0
EDIT: although that's probably for the SD stream, which is not the desired one.
Reply With Quote
  #3  
Old 09-12-2015, 08: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
  #4  
Old 09-12-2015, 09:46 AM
twipley twipley is offline
Junior Member
 
Join Date: Sep 2015
Posts: 4
twipley is on a distinguished road
Default

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


Thanks for the hand.

Livestreamer returns errors in both cases:

Code:
livestreamer "hds://http://link.theplatform.com/s/h9dtGB/xk3LiBMRL8dbQNMvnnarRV6jiOH_j1C0?mbr=true&manifest=f4m&callback=jquery pvswf=http://pdk.theplatform.com/5.6.2/pdk/swf/flvPlayer.swf" best -o King-Lear.flv
returns
Code:
error: Unable to parse manifest XML: not well-formed (invalid token): line 1, column 6 ('jquery({"metafile":"<smil xmlns=\\ ...)
and

Code:
livestreamer "hlsvariant://http://link.theplatform.com/s/h9dtGB/xk3LiBMRL8dbQNMvnnarRV6jiOH_j1C0?mbr=true&manifest=m3u&callback=jquery" best -o King-Lear.ts
returns
Code:
error: Failed to parse playlist: Missing #EXTM3U header
Reply With Quote
  #5  
Old 09-12-2015, 09:50 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


Quote:
Originally Posted by twipley View Post
Thanks for the hand.

Livestreamer returns errors in both cases:

Code:
livestreamer "hds://http://link.theplatform.com/s/h9dtGB/xk3LiBMRL8dbQNMvnnarRV6jiOH_j1C0?mbr=true&manifest=f4m&callback=jquery pvswf=http://pdk.theplatform.com/5.6.2/pdk/swf/flvPlayer.swf" best -o King-Lear.flv
returns
Code:
error: Unable to parse manifest XML: not well-formed (invalid token): line 1, column 6 ('jquery({"metafile":"<smil xmlns=\\ ...)
and

Code:
livestreamer "hlsvariant://http://link.theplatform.com/s/h9dtGB/xk3LiBMRL8dbQNMvnnarRV6jiOH_j1C0?mbr=true&manifest=m3u&callback=jquery" best -o King-Lear.ts
returns
Code:
error: Failed to parse playlist: Missing #EXTM3U header

no open with your brother
http://link.theplatform.com/s/h9dtGB/xk3LiBMRL8dbQNMvnnarRV6jiOH_j1C0?mbr=true&manifest =f4m&callback=jquery

and you can find the f4m link



Reply With Quote
  #6  
Old 09-12-2015, 01:16 PM
twipley twipley is offline
Junior Member
 
Join Date: Sep 2015
Posts: 4
twipley is on a distinguished road
Default

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


Hey man,

I called my brother and we did it together.

Now, with your image it worked! thanks a bunch.

I'll be paying it forward, as usual.


Yours,
twipley
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 06:36 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons