(adsbygoogle = window.adsbygoogle || []).push({});
I needed to use VLC behind proxy but I didn’t find any kind of proxy setting in VLC settings. There is command line option for this so I just make a new shortcut for VLCportable.exe with this kind of settings:
Target: [cc]VLCPortable.exe –http-proxy=proxyserver.address.com:port[/cc]
And because I use VLC on […]