View Single Post
  #1  
Old 01-08-2013, 09:22 AM
charos charos is offline
Junior Member
 
Join Date: Jan 2013
Posts: 4
charos is on a distinguished road
Default

Help with better syntax for audio stream dump


Hi!

I need to capture an audio live stream for 2 hours with RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV) . After a lot of searches , trial & errrors I have the following syntax:
Code:
rtmpdump -r "rtmp://cp126784.live.edgefcs.net/live/" --live -v -y "enlevko@73167"  --swfVfy "http://enlefko.fm/sites/all/themes/enleyko/flash/EnLefko_RTMPPlayer.swf"    --stop 7200  -o tzoum.mp4a
The problem is that the stream dump is not consistent. Sometimes it just stays at
Quote:
Connecting ...
INFO: Connected...
Other times I get
Quote:
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 4
Other times I get the notorious
Quote:
Received FLV packet before play()!
But many times it works ok. Is there something wrong with my syntax?

Last edited by charos : 01-08-2013 at 09:24 AM. Reason: Added info
Reply With Quote