View Single Post
  #11  
Old 10-03-2013, 08:57 AM
drbmn drbmn is offline
Member
 
Join Date: May 2012
Posts: 145
drbmn is on a distinguished road
Default

Re: www.newyankee.com - Rtmpdump stream download REWINDS every 10-20 seconds


Hmm, I'v just found that, we should not comment that line in librtmp/rtmp.c.
You should better comment out the following lines in rtmpdump.c,

// if (!bLiveStream && !(protocol & RTMP_FEATURE_HTTP))
// rtmp.Link.lFlags |= RTMP_LF_BUFX;

But, please note that, on slow network bandwidth, this will make the video frames (that follow the buffer empty message) to be skipped in some frame, by the server.

----
http://bugmenot.com/view/stream-recorder.com
Reply With Quote