Re: [FFmpeg-devel] [PATCH] librtmp: Allow changing the socket send buffer size

2015-01-21 Thread Michael Niedermayer
On Mon, Jan 19, 2015 at 09:13:15PM -0600, Brian Brice wrote: > While streaming with librtmp within Windows, the 8K default size of > SO_SNDBUF affects network performance negatively. Being able to adjust > this value can improve things greatly. > > This patch adds the -rtmp_buffer_size option to l

[FFmpeg-devel] [PATCH] librtmp: Allow changing the socket send buffer size

2015-01-19 Thread Brian Brice
While streaming with librtmp within Windows, the 8K default size of SO_SNDBUF affects network performance negatively. Being able to adjust this value can improve things greatly. This patch adds the -rtmp_buffer_size option to lavf/librtmp.c. -- Brian Brice http://heapify.org/ 0001-librtmp-Allo