alex(a)loes.org.lu wrote:
Hi
How can I listen to an mms stream over a proxy? I haven't found a
media-player that does do this.
In Windows it perfectly works. I think that it does it over the proxy.
The URL is: mms://wm.streampower.be/4m
Thanx
Al
Mplayer is able to connect via proxy (at least it uses it for the
playlist...), just set the http_proxy environment variable before
starting the program:
export http_proxy=http://localhost:3128/
VLC also supports proxy. Enter it in
Preferences->Input/Codecs->AccessModules->HTTP/HTTPS
VLC also supports a SOCKS proxy (you need to check the "Advanced" box in
the lower right corner):
Preferences->Input/Codecs->General
Alain