Re: [FFmpeg-devel] [PATCH] avformat/aviobuf: don't reduce short seek threshold

2021-03-16 Thread Andriy Gelman
On Mon, 15. Mar 11:52, Martin Storsjö wrote: > On Sat, 13 Mar 2021, Andriy Gelman wrote: > > > From: Andriy Gelman > > > > Commit 8c8e5d5286bf598a89ef9993a2cf6ea409d03a32 added a way to reduce > > seek time by waiting for the windowed tcp packets instead of creating a > > new socket connection.

Re: [FFmpeg-devel] [PATCH] avformat/aviobuf: don't reduce short seek threshold

2021-03-15 Thread Martin Storsjö
On Sat, 13 Mar 2021, Andriy Gelman wrote: From: Andriy Gelman Commit 8c8e5d5286bf598a89ef9993a2cf6ea409d03a32 added a way to reduce seek time by waiting for the windowed tcp packets instead of creating a new socket connection. It implemented this by overwriting s->short_seek_threshold in the a

[FFmpeg-devel] [PATCH] avformat/aviobuf: don't reduce short seek threshold

2021-03-13 Thread Andriy Gelman
From: Andriy Gelman Commit 8c8e5d5286bf598a89ef9993a2cf6ea409d03a32 added a way to reduce seek time by waiting for the windowed tcp packets instead of creating a new socket connection. It implemented this by overwriting s->short_seek_threshold in the avio_seek(). However, s->short_seek_threshold