I'm writing an Qt desktop application (C++) which uses libVLC to play video streams. Almost everything works really well. Thanks for this - VLC is really great!
I initialize libVLC without any proxy setting, but give the http proxy setting as part of the mrl in form :http_proxy=http://whatever.com:1234/
Should it work that way? Or must the proxy be set when initializing libVLC?
Thanks in advance,
Jörg