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 > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 01-04-2013, 08:49 PM
someguy9 someguy9 is offline
Junior Member
 
Join Date: Jan 2012
Posts: 8
someguy9 is on a distinguished road
Default

Trying to download from CBC


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.
Reply With Quote
  #2  
Old 01-05-2013, 02:29 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Trying to download from CBC


use rtmpdumphelper
Code:
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%)
Reply With Quote
  #3  
Old 01-05-2013, 11:23 AM
someguy9 someguy9 is offline
Junior Member
 
Join Date: Jan 2012
Posts: 8
someguy9 is on a distinguished road
Default

Re: Trying to download from CBC


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

Last edited by someguy9 : 01-05-2013 at 11:56 AM. Reason: Add more info
Reply With Quote
  #4  
Old 01-06-2013, 02:24 PM
someguy9 someguy9 is offline
Junior Member
 
Join Date: Jan 2012
Posts: 8
someguy9 is on a distinguished road
Default

Re: Trying to download from CBC


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.
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 09:13 AM.


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