View Single Post
  #10  
Old 01-23-2012, 02:32 AM
blousefet blousefet is offline
Junior Member
 
Join Date: Dec 2011
Posts: 11
blousefet is on a distinguished road
Default

Re: rtmpdump and "no frame" error


Hi everyone,

I managed to have almost 95% of my streams being correct after I commented out lines in librtmp/rtmp.c relatives to ignoring short size video/audio packets.

For the last 5%, I assume the stream is corrupted.

For what I see, I need to test the packet against ffmpeg library if I want the packet not to be dumped and corrupting the FLV file created.

So I will try for the next days to fork rtmpdump source code in order to perform that.

Help welcome...

See you
Reply With Quote