summaryrefslogtreecommitdiffstats
path: root/DOCS/documentation.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-14 17:47:42 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-14 17:47:42 +0000
commit83f9d25cbe566dbfd32210b9fbbcea7bc6e72e06 (patch)
tree4e0f9f4ab7cfa64baabbe3d85dee50389a8f5298 /DOCS/documentation.html
parent59d7d491bb02101dbc1feb3f45a17915b4e05bfc (diff)
downloadmpv-83f9d25cbe566dbfd32210b9fbbcea7bc6e72e06.tar.bz2
mpv-83f9d25cbe566dbfd32210b9fbbcea7bc6e72e06.tar.xz
streaming with proxy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4154 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r--DOCS/documentation.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index 9d1e6270c5..4575a2d781 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -948,7 +948,11 @@ Configuring it is simple, just recompile <B>MPlayer</B> with</P>
<P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;./configure --enable-streaming</CODE></P>
-<P>MPlayer <B>can NOT read ASF</B> files from network by the MMS protocol, only by plain HTTP.</P>
+<P>Playing goes by simply using adding the URL to the command line. <B>MPlayer</B>
+also honours the HTTP_PROXY environment variable, and uses proxy if available.
+Proxy usage can also be forced :</P>
+
+<P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</CODE></P>
<P><B>MPlayer</B> can read from stdin (NOT named pipes). This can be for example
used to play from FTP:</P>