Hello.
I'm trying to download a video from
Code:
http://www.mtvmusic.com/artist/dead_by_sunrise/videos/464968/crawl_back_in_live_
I found mp4 link:
rtmpe://cp51184.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/palladia/01_10/PTS_LF_HDP194A1_clp43647_112_1280x720_3500.mp4
If I use this:
Code:
rtmpdump.exe -r "rtmpe://cp51184.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/palladia/01_10/PTS_LF_HDP194A1_clp43647_112_1280x720_3500.mp4" -o "test.mp4"
I get an error at the beginning:
Code:
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
and then this:
Code:
24109.027 kB / 52.22 sec (27.9%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
24109.027 kB / 52.22 sec (27.9%)
Download may be incomplete (downloaded about 27.90%), try resuming
By resuming I can finish the download, but I guess there's another way, which will be more correct.
I tried using this string:
Quote:
rtmpdump.exe -r "rtmpe://cp51184.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/palladia/01_10/PTS_LF_HDP194A1_clp43647_112_1280x720_3500.mp4" --swfVfy "http://intl.esperanto.mtvi.com/global/apps/player/flex/Loader.swf" -o "test.mp4"
|
But in that case I get Error:
Code:
Connecting ...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
I'm not sure if I'm using correct link for swfVfy. Am I doing something wrong?
rtmpdump version 2.1c and 2.1d.
Windows 7 x64