Re: [FFmpeg-devel] [PATCH v2 5/5] avformat/hls: add http_multiple option

2017-12-17 Thread Aman Gupta
On Sun, Dec 17, 2017 at 12:53 PM Anssi Hannula wrote: > Hi! > > Aman Gupta kirjoitti 2017-12-13 02:35: > > From: Aman Gupta > > > > This improves network throughput of the hls demuxer by avoiding > > the latency introduced by downloading segments one at a

Re: [FFmpeg-devel] [PATCH v2 5/5] avformat/hls: add http_multiple option

2017-12-17 Thread Anssi Hannula
Hi! Aman Gupta kirjoitti 2017-12-13 02:35: From: Aman Gupta This improves network throughput of the hls demuxer by avoiding the latency introduced by downloading segments one at a time. The problem is particularly noticable over high-latency network connections: for instance,

[FFmpeg-devel] [PATCH v2 5/5] avformat/hls: add http_multiple option

2017-12-12 Thread Aman Gupta
From: Aman Gupta This improves network throughput of the hls demuxer by avoiding the latency introduced by downloading segments one at a time. The problem is particularly noticable over high-latency network connections: for instance, if RTT is 250ms, there will a 250ms idle