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

Rémi Denis-Courmont remi at remlab.net
Mon Feb 12 18:52:30 CET 2018


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??

-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list