[MPlayer-dev-eng] [PATCH 4/7] Document a bit http_proxy in manpage
Clément Bœsch
ubitux at gmail.com
Mon Oct 18 12:05:54 CEST 2010
Add a http_proxy example in the manpage because it's laking one and the
syntax is not really explicit.
---
DOCS/man/en/mplayer.1 | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 5610cd6..007b7e5 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -11666,6 +11666,12 @@ mplayer http://mplayer.hq/example.avi
.fi
.
.PP
+.B Stream from HTTP (with auth) through a HTTP proxy (with auth):
+.nf
+mplayer http_proxy://proxy_user:proxy_passwd@proxy:3128/http://user:passwd@mplayer.hq/example.avi
+.fi
+.
+.PP
.B Stream using RTSP:
.nf
mplayer rtsp://server.example.com/streamName
--
1.7.3.1
More information about the MPlayer-dev-eng
mailing list