[vlc-devel] [PATCH] win32/netconf: detect proxy URL from system configuration

Pierre Lamot pierre at videolabs.io
Tue Feb 13 10:03:51 CET 2018


On lundi 12 février 2018 18:52:30 CET Rémi Denis-Courmont wrote:
> Le maanantaina 12. helmikuuta 2018, 19.34.05 EET Pierre Lamot a écrit :
> > > > +char *vlc_getProxyUrl(const char *psz_url)
> > > > +{
> > > > +    char *proxy = config_GetPsz( (vlc_object_t *)(NULL), "http-proxy"
> > > > );
> > > > +    if (proxy != NULL)
> > > > +    {
> > > 
> > > Hmm no. On 4.0 upgrade, users who set a single proxy for lack of better
> > > option, will still end up using the single proxy instead of the more
> > > flexible Windows setting.
> > 
> > I see this the other way around, users who set explicilty a proxy in the
> > preference will expect it to be used over de sytem one.
> 
> So how do you support PAC files with the VLC preferences??

You don't. 

--
Pierre Lamot



More information about the vlc-devel mailing list