View Single Post
  #1  
Old 01-05-2010, 04:39 PM
cadogan cadogan is offline
Junior Member
 
Join Date: Jan 2010
Posts: 3
cadogan is on a distinguished road
Default

www.cmt.com: problems downloading rtmpe stream


i tried to download a video from cmt.com with rtmpdump, but it stops everytime, even with resume.

here is the stream:

rtmp://cp3547.edgefcs.net/ondemand/mtvnshrdstor/_!/mtvi/bands/a/adams_ryan/ryan_adams_september_epk_240.flv

this is what i type in on the cmd prompt:

Code:
C:\1>rtmpdump -r rtmp://cp3547.edgefcs.net/ondemand/mtvnshrdstor/_!/mtvi/bands/a
/adams_ryan/ryan_adams_september_epk_240.flv -o ff.flv --resume
and this is the error i get:

Code:
C:\1>rtmpdump -r rtmp://cp3547.edgefcs.net/ondemand/mtvnshrdstor/_!/mtvi/bands/a
/adams_ryan/ryan_adams_september_epk_240.flv -o ff.flv --resume
RTMPDump 2.1b
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
Starting download at: 0.000 kB
Metadata:
  duration              1189.98
  width                 240.00
  height                180.00
  videodatarate         188.00
  canSeekToEnd          TRUE
  videocodecid          4.00
  audiodatarate         64.00
  audiocodecid          2.00
  framerate             14.99
  creationdate          Wed Aug 29 18:02:52 2007
4031.680 kB / 121.45 sec (10.2%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Download may be incomplete (downloaded about 10.60%), try resuming
i know its an encrypted stream, but i thought rtmpdump would download those? can anyone help? thanks
Reply With Quote