The VLC media player supports streaming from the internet. However, I'm behind the corporate proxy, and I have an autoproxy configuration. I don't know the actual proxy I should be using because it changes.

How can I tell VLC media player to either use the autoproxy configuration or to use the IE settings?

link|improve this question

53% accept rate
feedback

5 Answers

up vote 2 down vote accepted
+150

I haven't seen such a feature native to VLC, but, if you're just trying to get the proxy to use, I do have a suggestion you could try.

Browse to:

If you get a wpad.dat file, open it in a text editor (it's just a javascript function) and it should list the proxies to use.

VLC.exe --http-proxy=myusername:mypassword@SERVERNAME:8080
link|improve this answer
1  
None of them worked here. – harrymc Oct 11 '09 at 18:54
Then either your proxy file is configured using a manually assigned .pac file, or it is done with Group Policy. Is the connections menu disabled in Internet Explorer or can you check there? – emgee Oct 12 '09 at 19:13
feedback

Have you tried playing any track ? There was a feature request for this and I'd read that this was incorporated. Which version are you using?

link|improve this answer
Just downloaded the latest version for Windows. I tried playing some track from Youtube. – Nathan Fellman Oct 10 '09 at 19:29
feedback

This might be useful : ProxyCfg.exe, a Proxy Configuration Tool.
Invoked with no parameters specified, it displays the current WinHTTP proxy settings.

This Microsoft utility seems to be able to retrieve the current proxy, and might enable you to write an automatic script for VLC (or do it manually). As I don't have an autoproxy, I can't test it for you.

The utility may not included as a part of your operating system. You can download the WinHTTP 5.1 tools as part of the Windows Server 2003 Resource Kit Tools.

link|improve this answer
feedback

Almost autoproxy: http://www.petrilopia.net/wordpress/software/vlc-proxy/ Make a shortcut which have your proxy settings and use that... it's almost autoproxy :-D

link|improve this answer
feedback

I don't think you can set VLC to the autoproxy configuration, isn't that a Firefox plugin? Also, do company rules allow you to watch internet streams? If not you could get into some trouble :)

link|improve this answer
Opera has it, as does IE, which provides it as a service to other apps. – Nathan Fellman Oct 10 '09 at 15:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.