Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-05 Thread Jeyapal, Karthick
Thanks. Regards, Karthick ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-05 Thread Steven Liu
2017-09-05 21:45 GMT+08:00 Michael Niedermayer : > On Mon, Sep 04, 2017 at 08:16:53AM +, Jeyapal, Karthick wrote: >> >On 9/4/17, 1:36 PM, "Steven Liu" >> >mailto:lingjiujia...@gmail.com>> wrote: >> >+if (c->user_agent) >> >+av_dict_set(options, "user-agent", c->user_agent, 0); >> >

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-05 Thread Michael Niedermayer
On Mon, Sep 04, 2017 at 08:16:53AM +, Jeyapal, Karthick wrote: > >On 9/4/17, 1:36 PM, "Steven Liu" > >mailto:lingjiujia...@gmail.com>> wrote: > >+if (c->user_agent) > >+av_dict_set(options, "user-agent", c->user_agent, 0); > > > >should be > >av_dict_set(options, "user_agent", c->u

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-04 Thread Steven Liu
2017-09-04 16:16 GMT+08:00 Jeyapal, Karthick : >>On 9/4/17, 1:36 PM, "Steven Liu" >>mailto:lingjiujia...@gmail.com>> wrote: >>+if (c->user_agent) >>+av_dict_set(options, "user-agent", c->user_agent, 0); >> >>should be >>av_dict_set(options, "user_agent", c->user_agent, 0); > > Oh! OK G

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-04 Thread Jeyapal, Karthick
>On 9/4/17, 1:36 PM, "Steven Liu" >mailto:lingjiujia...@gmail.com>> wrote: >+if (c->user_agent) >+av_dict_set(options, "user-agent", c->user_agent, 0); > >should be >av_dict_set(options, "user_agent", c->user_agent, 0); Oh! OK Got it. Sorry for the confusion. Have attached the patch w

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-04 Thread Steven Liu
2017-09-04 16:01 GMT+08:00 Jeyapal, Karthick : >>On 9/4/17, 12:41 PM, "Steven Liu" >>mailto:lingjiujia...@gmail.com>> wrote: >> >>Hi Karthick, >>set user_agent better than user-agent, because the user-agent is >>duplicate with user_agent, and the user-agent will be deprecated in >>new version, ref

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-04 Thread Jeyapal, Karthick
>On 9/4/17, 12:41 PM, "Steven Liu" >mailto:lingjiujia...@gmail.com>> wrote: > >Hi Karthick, >set user_agent better than user-agent, because the user-agent is >duplicate with user_agent, and the user-agent will be deprecated in >new version, refer to : >https://ffmpeg.org/ffmpeg-protocols.html#http

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-04 Thread Steven Liu
2017-09-04 14:47 GMT+08:00 Jeyapal, Karthick : >>On 9/1/17, 5:36 PM, "Steven Liu" wrote: >>> Please find the patch attached. >>> >>> Regards, >>> Karthick >>> >>> >>> >>> ___ >>> ffmpeg-devel mailing list >>> ffmpeg-devel at ffmpeg.org >>> http://ffmpeg.

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-03 Thread Jeyapal, Karthick
>On 9/1/17, 5:36 PM, "Steven Liu" wrote: >> Please find the patch attached. >> >> Regards, >> Karthick >> >> >> >> ___ >> ffmpeg-devel mailing list >> ffmpeg-devel at ffmpeg.org >> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel >> > >FFmpeg has support

Re: [FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-01 Thread Steven Liu
2017-09-01 19:20 GMT+08:00 Jeyapal, Karthick : > Please find the patch attached. > > Regards, > Karthick > > > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > FFmpeg has support it yet, you

[FFmpeg-devel] [PATCH 1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent

2017-09-01 Thread Jeyapal, Karthick
Please find the patch attached. Regards, Karthick 0001-avformat-hlsenc-Added-configuration-to-override-HTTP.patch Description: 0001-avformat-hlsenc-Added-configuration-to-override-HTTP.patch ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http: