<div dir="ltr"><div>Bump.</div><div>How do I go about getting this committed? I assume I shouldn't just push it to the repository.</div><div>Anyone?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 11, 2015 at 5:02 PM, Cary Tetrick <span dir="ltr"><<a href="mailto:ctetrick2@gmail.com" target="_blank">ctetrick2@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">This adds addional options to the key-value pairs.<br>    tcpNoDelay=0/1 - socket flag TCP_NODELAY is on by default. <br>        Set to 0 leaves Nagel algorithm on.<br>    sndBuffer=<value in bytes> - sets socket send buffer size.<br>        By default uses system default. inadiquate on Windows.<br> bufferChunks=0/1 - by default, socket is written for each chunk (128 bytes).<br>        Set to 1 to buffer packet before wriing to socket.<br>See this thread on Zeranoe forum:<br><a href="http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=657&p=7823#p7823" target="_blank">http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=657&p=7823#p7823</a><br>I believe this addresses this case on the ffmpeg tracker.<br><a href="https://trac.ffmpeg.org/ticket/1604" target="_blank">https://trac.ffmpeg.org/ticket/1604</a><br>Defualt behavior leaves things unchanged. Users must employ options intentionally.<br>A corresponding change will be added in ffmpeg to support options on commandline.<br>Changes to be committed:<br>    modified:   librtmp/rtmp.c<br>    modified:   librtmp/rtmp.h<br></div>
</blockquote></div><br></div>