I am trying to download an rtmp stream using this command:
Code:
rtmpdump -o output.flv -v -r rtmp://limelight-fmstream-04.musicnet.com/a4396/e1 -y /spl/073/463/407/spl_024?e=1350635387
I get this response:
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
Download may be incomplete (downloaded about 0.00%), try resuming
After continually resuming using the command:
Code:
rtmpdump -o output.flv -v -r rtmp://limelight-fmstream-04.musicnet.com/a4396/e1 -y /spl/073/463/407/spl_024?e=1350635387&h=8478279f28fae82375ce7c640b2ae665 --resume
it still fails to download anything at all.
Is there something I'm missing here?
Thanks