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

Steven Liu lingjiujianke at gmail.com
Mon Sep 4 11:47:29 EEST 2017


2017-09-04 16:16 GMT+08:00 Jeyapal, Karthick <kjeyapal at akamai.com>:
>>On 9/4/17, 1:36 PM, "Steven Liu" <lingjiujianke at gmail.com<mailto:lingjiujianke at 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 with user_agent being set.
>
> Thanks,
> Karthick
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

LGTM


More information about the ffmpeg-devel mailing list