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:
Code:
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:
Code:
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.