Hello, In the end I solved the question using two tricks: Using wget to by-pass vlc proxy limitation when username contains the "at symbol" (@) Using a pipe to pass the stream from wget to vlc, and indicating which codec/demux to use to decode data from the pipe (in my case aac or mp4a, it...
Hello, Coding the ' @ ' as %40 in username makes vlc to parse Ok each token, but my Company's Proxy does not understand the username coded this way (foo1 %40 foo2, instead of foo1 @ foo2). Does anyone know any another workaround for this? Is there any possibility that VLC have a special field/enviro...
Hello, In my company access to Internet is through a HTTP Proxy which requires authentication. Besides the username contains the " at symbol " (@). According to documentation the syntax for setting proxies in VLC is: http://[user[:password]@]proxy.example.com:port/ The problem is that the ...