Mercurial > mplayer.hg
changeset 4153:2bb77282b2a6
streaming with proxy
author | gabucino |
---|---|
date | Mon, 14 Jan 2002 17:47:42 +0000 |
parents | da00e9f57949 |
children | f52e4d3f2235 |
files | DOCS/Hungarian/documentation.html DOCS/documentation.html |
diffstat | 2 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/documentation.html Mon Jan 14 17:39:02 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Mon Jan 14 17:47:42 2002 +0000 @@ -973,8 +973,11 @@ <P><CODE> ./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> 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>
--- a/DOCS/documentation.html Mon Jan 14 17:39:02 2002 +0000 +++ b/DOCS/documentation.html Mon Jan 14 17:47:42 2002 +0000 @@ -948,7 +948,11 @@ <P><CODE> ./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> 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>