<div dir="ltr">You might try increasing SO_SNDBUF in RTMP_Connect0. The default send buffer in Windows seems to be practically nothing (8192, I believe).<div><br></div><div>Other workarounds do exist for this problem:</div><div><a href="http://strikerx3.blogspot.com.br/2014/12/tcprelay-is-now-open-source.html">http://strikerx3.blogspot.com.br/2014/12/tcprelay-is-now-open-source.html</a></div><div><a href="http://www.dest-unreach.org/socat/">http://www.dest-unreach.org/socat/</a></div><div><br></div><div>-NhJm</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 9, 2015 at 7:01 PM,  <span dir="ltr"><<a href="mailto:ctetrick@satx.rr.com" target="_blank">ctetrick@satx.rr.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I'm using a windows build of ffmpeg from zeranoe which uses librtmp.<br>
There is a long standing problem that I'm trying to fix.<br>
<br>
There is a case on the ffmpeg bug tracker:<br>
<a href="https://trac.ffmpeg.org/ticket/1604" target="_blank">https://trac.ffmpeg.org/ticket/1604</a><br>
<br>
And a related thread on the forum:<br>
<a href="http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=657&sid=276f96e2c4ff9f62a2733007f2e82e1c" target="_blank">http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=657&sid=276f96e2c4ff9f62a2733007f2e82e1c</a><br>
<br>
I've posted on both.<br>
<br>
The basic problem is that RTMP_SendPacket() writes to the socket in 128 byte chunks, and when the destination server has a long RTT the stream stalls.  I've tested with a simple fix - there is code there to buffer the chuncks for HTTP, but if the buffering is enabled for all sends, the whole packet is written to the socket, and the stream works much better.<br>
<br>
I'd really like to get this or something like it into a patch. I think it may fix this problem.<br>
<br>
Anybody have any feedback on this?<br>
<br>
Thanks,<br>
Cary<br>
_______________________________________________<br>
rtmpdump mailing list<br>
<a href="mailto:rtmpdump@mplayerhq.hu">rtmpdump@mplayerhq.hu</a><br>
<a href="https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump" target="_blank">https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump</a><br>
</blockquote></div><br></div>