Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-28 Thread Jeyapal, Karthick
On 11/29/17, 11:41 AM, "刘歧" wrote: >> 在 2017年11月29日,12:05,Jeyapal, Karthick 写道: >> >> A gentle reminder. >> 7 days have gone by since the last version of this patchset was submitted. >> And no objections so far. >> Could this patchset be pushed,

Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-28 Thread 刘歧
> 在 2017年11月29日,12:05,Jeyapal, Karthick 写道: > > > On 11/24/17, 3:49 PM, "Jeyapal, Karthick" wrote: >> >> On 11/24/17, 3:40 PM, "刘歧" wrote: >> 在 2017年11月24日,18:02,Jeyapal, Karthick 写道: On

Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-28 Thread Jeyapal, Karthick
On 11/24/17, 3:49 PM, "Jeyapal, Karthick" wrote: > >On 11/24/17, 3:40 PM, "刘歧" wrote: > >>> 在 2017年11月24日,18:02,Jeyapal, Karthick 写道: >>> >>> On 11/22/17, 1:27 PM, "Jeyapal, Karthick" wrote: >>> > On

Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-24 Thread Jeyapal, Karthick
On 11/24/17, 3:40 PM, "刘歧" wrote: >> 在 2017年11月24日,18:02,Jeyapal, Karthick 写道: >> >> On 11/22/17, 1:27 PM, "Jeyapal, Karthick" wrote: >> On 11/22/17, 9:32 AM, "刘歧" wrote: This patch is ok,

Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-24 Thread 刘歧
> 在 2017年11月24日,18:02,Jeyapal, Karthick 写道: > > On 11/22/17, 1:27 PM, "Jeyapal, Karthick" wrote: > >>> On 11/22/17, 9:32 AM, "刘歧" wrote: >>> >>> This patch is ok, but i see it need an API: ffio_geturlcontext >>> >>> it in the

Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-21 Thread Jeyapal, Karthick
>On 11/22/17, 9:32 AM, "刘歧" wrote: > >This patch is ok, but i see it need an API: ffio_geturlcontext > >it in the other patch, i see it have some thing need talk? If that is ok, this >patch should be apply. Thanks for the reply. All concerns raised by Nicolas has been

Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-21 Thread 刘歧
> 在 2017年11月22日,11:39,Jeyapal, Karthick 写道: > >> On 11/21/17, 8:24 PM, "Steven Liu" wrote: >> > […] >>> +if (*pb == NULL || !http_base_proto || !hls->http_persistent) { >> What about !*pb ? > > Thanks for your comments. > I have modified the

Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-21 Thread Jeyapal, Karthick
>On 11/21/17, 8:24 PM, "Steven Liu" wrote: > […] >> +if (*pb == NULL || !http_base_proto || !hls->http_persistent) { >What about !*pb ? Thanks for your comments. I have modified the patch as per your suggestion and have attached the same. Regards, Karthick

Re: [FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-21 Thread Steven Liu
2017-11-21 12:54 GMT+08:00 Karthick J : > --- > doc/muxers.texi | 3 +++ > libavformat/hlsenc.c | 48 +--- > 2 files changed, 44 insertions(+), 7 deletions(-) > > diff --git a/doc/muxers.texi b/doc/muxers.texi > index

[FFmpeg-devel] [PATCH v2 3/3] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-11-20 Thread Karthick J
--- doc/muxers.texi | 3 +++ libavformat/hlsenc.c | 48 +--- 2 files changed, 44 insertions(+), 7 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 0bb8ad2..c1d753b 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -850,6