# HG changeset patch # User gabucino # Date 1011030462 0 # Node ID 2bb77282b2a639e667e9a128c001617b8bbcc1a7 # Parent da00e9f57949ec78cc2297536a1e92dd19d73029 streaming with proxy diff -r da00e9f57949 -r 2bb77282b2a6 DOCS/Hungarian/documentation.html --- 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 @@

    ./configure --enable-streaming

-

Nem tud viszont lejátszani MMS protokollal ASF file-okat hálózatról, -csak HTTP-vel.

+

A lejátszás maga egyszerűen az URL megadásával történik. Az MPlayer + automatikusan kezelni tudja továbbá a HTTP_PROXY környezeti változót. + A proxy használatának kényszerítése :

+ +

    mplayer http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf

MPlayer 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 :

diff -r da00e9f57949 -r 2bb77282b2a6 DOCS/documentation.html --- 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 @@

    ./configure --enable-streaming

-

MPlayer can NOT read ASF files from network by the MMS protocol, only by plain HTTP.

+

Playing goes by simply using adding the URL to the command line. MPlayer +also honours the HTTP_PROXY environment variable, and uses proxy if available. +Proxy usage can also be forced :

+ +

    mplayer http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf

MPlayer can read from stdin (NOT named pipes). This can be for example used to play from FTP: