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