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

Jeyapal, Karthick kjeyapal at akamai.com
Mon Sep 4 11:16:53 EEST 2017


>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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avformat-hlsenc-Added-configuration-to-override-HTTP.patch
Type: application/octet-stream
Size: 3019 bytes
Desc: 0001-avformat-hlsenc-Added-configuration-to-override-HTTP.patch
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170904/1a25cb1a/attachment.obj>


More information about the ffmpeg-devel mailing list