>On 9/4/17, 1:36 PM, "Steven Liu" ><[email protected]<mailto:[email protected]>> 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
0001-avformat-hlsenc-Added-configuration-to-override-HTTP.patch
Description: 0001-avformat-hlsenc-Added-configuration-to-override-HTTP.patch
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
