I'm trying to download the video streamed on this page with rmtpdump, i'm using the last version of rtmpdump (Win 64 bit - I'm working on a Win7 64bit platform).
The command I built looking at the "man page" is the following:
Code:
rtmpdump.exe -r rtmpe://cp177822.edgefcs.net/ondemand/ --playpath mp4:1486976045/1486976045_2941677367001_catchup-ac2-mez-archive-mythicwarriors-20090901-std.mp4 -o catchup-ac2-mez-archive-mythicwarriors-20090901-std.mp4
The download started, the file was created and everything seemed to work fine. But at 15.1% the following error message was displayed:
Quote:
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 79002
29294.321 kB / 212.80 sec (15.7%)
Download may be incomplete (downloaded about 15.70%), try resuming
|
So, I appended the resume option to the previous command, But the following message was displayed:
Quote:
Stream does not start with requested frame, ignoring data...
Stream does not start with requested frame, ignoring data...
Stream does not start with requested frame, ignoring data...
Stream does not start with requested frame, ignoring data...
Stream does not start with requested frame, ignoring data...
Stream does not start with requested frame, ignoring data...
Stream does not start with requested frame, ignoring data...
Stream does not start with requested frame, ignoring data...
|
I tried skipping recursively, but nothing happened.
I tried modifying the commands, but nothing happens: it stops every time.
Can anyone help me?
