0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

streaming with proxy

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4154 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-01-14 17:47:42 +00:00
parent 59d7d491bb
commit 83f9d25cbe
2 changed files with 10 additions and 3 deletions

View File

@ -973,8 +973,11 @@ Szabv
<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>

View File

@ -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>