Re: [FFmpeg-devel] [PATCH] HTTP: improve performance by reducing forward seeks

2017-02-14 Thread Joel Cunningham
Great thanks! Joel > On Feb 14, 2017, at 9:59 AM, Michael Niedermayer > wrote: > > On Mon, Feb 13, 2017 at 09:57:13AM -0600, Joel Cunningham wrote: >> Friendly ping! Any issues receiving this updated patch (submitted with git >> send-email)? Anyone try it out yet? > > looks reasonable > wi

Re: [FFmpeg-devel] [PATCH] HTTP: improve performance by reducing forward seeks

2017-02-14 Thread Michael Niedermayer
On Mon, Feb 13, 2017 at 09:57:13AM -0600, Joel Cunningham wrote: > Friendly ping! Any issues receiving this updated patch (submitted with git > send-email)? Anyone try it out yet? looks reasonable will apply thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0

Re: [FFmpeg-devel] [PATCH] HTTP: improve performance by reducing forward seeks

2017-02-13 Thread Joel Cunningham
Friendly ping! Any issues receiving this updated patch (submitted with git send-email)? Anyone try it out yet? Thanks, Joel > On Jan 30, 2017, at 10:00 AM, Joel Cunningham wrote: > > This commit optimizes HTTP performance by reducing forward seeks, instead > favoring a read-ahead and disca

[FFmpeg-devel] [PATCH] HTTP: improve performance by reducing forward seeks

2017-01-30 Thread Joel Cunningham
This commit optimizes HTTP performance by reducing forward seeks, instead favoring a read-ahead and discard on the current connection (referred to as a short seek) for seeks that are within a TCP window's worth of data. This improves performance because with TCP flow control, a window's worth of da