diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-03 10:44:57 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-03 10:44:57 +0000 |
commit | 420b6b4d440e178680a1b33a11ccf587386f6d6c (patch) | |
tree | 8c1f13ea53eae65fe255fef8ecc275924b014539 /DOCS/man | |
parent | 2de070ff95df708a9d84a9fcc97e0a2b130536e3 (diff) |
Explain new ao_pulse option syntax
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24950 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 76dfe5186e..1840b13f89 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2659,8 +2659,11 @@ Experimental OpenAL audio output driver PulseAudio audio output driver .PD 0 .RSs -.IPs "<host>[:<output sink>]" +.IPs "[<host>][:<output sink>]" Specify the host and optionally output sink to use. +An empty <host> string uses local connection. +Using "localhost" as <host> uses network transfer (most likely +not what you want). .RE .PD 1 . |