<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">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">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>