Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Extend persistent http connections to playlists

2017-12-15 Thread Karthick Jeyapal
On 12/15/17 7:58 PM, Steven Liu wrote: Patchset LGTM, i will push it after 24 hours if there are no objections. Thanks for the reply. But that patchset doesn’t apply with the latest master anymore. I have rebased this patchset and sent a new version v2. Patchset pushed, BTW, Your patchset

Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Extend persistent http connections to playlists

2017-12-15 Thread Steven Liu
>> Patchset LGTM, i will push it after 24 hours if there are no objections. > > Thanks for the reply. > But that patchset doesn’t apply with the latest master anymore. > I have rebased this patchset and sent a new version v2. > Patchset pushed, BTW, Your patchset need more time to make full rev

Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Extend persistent http connections to playlists

2017-12-15 Thread Karthick Jeyapal
On 12/14/17 1:46 PM, 刘歧 wrote: On 14 Dec 2017, at 16:07, Karthick Jeyapal wrote: On Nov 30, 2017, at 2:36 PM, Karthick J wrote: From: Karthick Jeyapal Before this patch persistent http connections would work only for media segments. The playlists were still opening a new connection e

Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Extend persistent http connections to playlists

2017-12-14 Thread 刘歧
> On 14 Dec 2017, at 16:07, Karthick Jeyapal wrote: > > > >> On Nov 30, 2017, at 2:36 PM, Karthick J wrote: >> >> >> From: Karthick Jeyapal >> >> >> Before this patch persistent http connections would work only for media >> segments. >> The playlists were still opening a new connection

Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Extend persistent http connections to playlists

2017-12-14 Thread Karthick Jeyapal
> On Nov 30, 2017, at 2:36 PM, Karthick J wrote: > > > From: Karthick Jeyapal > > > Before this patch persistent http connections would work only for media > segments. > The playlists were still opening a new connection everytime. > This patch extends persistent http connections to playlis

[FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Extend persistent http connections to playlists

2017-11-30 Thread Karthick J
From: Karthick Jeyapal Before this patch persistent http connections would work only for media segments. The playlists were still opening a new connection everytime. This patch extends persistent http connections to playlists as well. --- libavformat/hlsenc.c | 46 ++