summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/Hungarian/documentation.html7
-rw-r--r--DOCS/documentation.html6
2 files changed, 10 insertions, 3 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html
index 6e230c000d..5064119bbb 100644
--- a/DOCS/Hungarian/documentation.html
+++ b/DOCS/Hungarian/documentation.html
@@ -973,8 +973,11 @@ Szabványos V4L-ről bemenet<BR>
<P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;./configure --enable-streaming</CODE></P>
-<P><B>Nem tud</B> viszont lejátszani MMS protokollal ASF file-okat hálózatról,
-csak HTTP-vel.</P>
+<P>A lejátszás maga egyszerűen az URL megadásával történik. Az <B>MPlayer</B>
+ automatikusan kezelni tudja továbbá a HTTP_PROXY környezeti változót.
+ A proxy használatának kényszerítése :</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> tud a standard bemenetről (NEM named pipe-okról) beolvasni.
Itt egy példa az FTP-n keresztüli lejátszásra ennek segítségével :</P>
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>