PDA

View Full Version : Trying to download from CBC


someguy9
01-04-2013, 07:49 PM
Hello all,

I am trying to download the video from the following URL:

http://www.cbc.ca/player/Shows/ID/2175032196/

I am using the following command:

rtmpdump -r "rtmp://cp37429.edgefcs.net:1935/ondemand/" -a "ondemand/?auth=daFaIbvccdpbPalbMdNcId6dOb7c3bpaJbu-bq55es-b4-plm_EtsZvjDpFDE&aifp=v0001&slist=netstorage" -f "WIN 11,1,102,55" -W "http://livepassdl.conviva.com/ver/2.61.0.65970/LivePassModuleMain.swf" -p "http://www.cbc.ca/player/Shows/ID/2175032196/" -y "mp4:netstorage/The_Nature_of_Things_2011_E8_09_28_00_2011-12-08" -o "The_Nature_of_Things_2011_E8_09_28_00_2011-12-08.flv"

I am getting the following result:

C:\Documents and Settings\admin\My Documents\RTMPDumpHelper>rtmpdump -r "rtmp://
cp37429.edgefcs.net:1935/ondemand/" -a "ondemand/?auth=daFaIbvccdpbPalbMdNcId6dO
b7c3bpaJbu-bq55es-b4-plm_EtsZvjDpFDE&aifp=v0001&slist=netstorage" -f "WIN 11,1,1
02,55" -W "http://livepassdl.conviva.com/ver/2.61.0.65970/LivePassModuleMain.swf
" -p "http://www.cbc.ca/player/Shows/ID/2175032196/" -y "mp4:netstorage/The_Natu
re_of_Things_2011_E8_09_28_00_2011-12-08" -o "The_Nature_of_Things_2011_E8_09_28
_00_2011-12-08.flv"
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

This is running RTMPDump v2.4 on Windows XP in a virtual machine.

Can anybody help me figure out what's going wrong? Thanks in advance.

chap
01-05-2013, 01:29 AM
use rtmpdumphelper

rtmpdump
-r "rtmp://cp37429.edgefcs.net:443/ondemand/" -a "ondemand/?auth=daFbzaudMdxcPap
bIbzacbxczanaGbIbhd.-bq5.oK-b4-qkl_Ktq0vjHpBBA&aifp=v0001&slist=netstorage" -f "
WIN 11,5,502,135" -W "http://livepassdl.conviva.com/ver/2.61.0.65970/LivePassMod
uleMain.swf" -p "http://www.cbc.ca/player/Shows/ID/2175032196/" -y "mp4:netstora
ge/The_Nature_of_Things_2011_E8_09_28_00_2011-12-08" -o "05-01-13_10-29-33_The_N
ature_of_Things_2011_E8_09_28_00_2011-12-08.flv"
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 2713.09
INFO: moovPosition 40.00
INFO: width 640.00
INFO: height 360.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 30.00
INFO: aacaot 2.00
INFO: videoframerate 29.97
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 81392311.00
INFO: timescale 30000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 119647232.00
INFO: timescale 44100.00
INFO: language und
INFO: sampledescription:
INFO: sampletype mp4a
INFO: length 2713067.00
INFO: timescale 1000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype tx3g
INFO: displayflags 0.00
INFO: horizontaljustification 1.00
INFO: verticaljustification 255.00
INFO: backgroundcolor 0.00
INFO: defaulttextbox:
INFO: top 0.00
INFO: left 0.00
INFO: bottom 360.00
INFO: right 640.00
INFO: defaultstyle:
INFO: startchar 0.00
INFO: endchar 0.00
INFO: fontid 1.00
INFO: facestyleflags 0.00
INFO: fontsize 18.00
INFO: textcolor 4294967295.00
2499.096 kB / 28.53 sec (1.0%)

someguy9
01-05-2013, 10:23 AM
Yeah, rtmpdumphelper doesn't seem to be working either. 90% of the time it doesn't download at all, and the rest of the time it downloads 50% of the video and then quits.

This is why I thought I would try rtmpdump directly...

someguy9
01-06-2013, 01:24 PM
If anybody comes across this post via Google, I managed to download the video using RTMPExploreX. I have no idea why I couldn't download it using rtmpdump or rtmpdumphelper.