diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-02-20 23:50:40 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-02-20 23:50:40 +0000 |
commit | 14d023a2ee8ccc35d0c0e46a8a9dc3da41328c9d (patch) | |
tree | 1cffac07a1bed1bc4807ca16507faa44661fd2ee /DOCS/man/en | |
parent | 528111d917ba6848d678d25f73c576d10303d62c (diff) |
grammar, put options in alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17659 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 14473481e1..a5f8426cb1 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -640,7 +640,7 @@ Using realtime priority can cause system lockup. . .TP .B \-profile <profile1,profile2,...> -Use the given profile(s), \-profile help display a list of the defined profiles. +Use the given profile(s), \-profile help displays a list of the defined profiles. . .TP .B \-really-quiet (also see \-quiet) @@ -1351,6 +1351,12 @@ Play a raw YUV sample. .PD 1 . .TP +.B \-rtsp-port (LIVE555 only) +Used with 'rtsp://' URLs to force the client's port number. +This option may be useful if you are behind a router and want to forward +the RTSP stream from the server to a specific client. +. +.TP .B \-rtsp-stream-over-tcp (LIVE555 only) Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP packets be streamed over TCP (using the same TCP connection as RTSP). @@ -1358,12 +1364,6 @@ This option may be useful if you have a broken internet connection that does not pass incoming UDP packets (see http://www.live555.com/\:mplayer/). . .TP -.B \-rtsp-port (LIVE555 only) -Used with 'rtsp://' URLs to force the client's port number. -This option may be useful if you're behind a router and want to forward the -RTSP stream from the server to a specific client. -. -.TP .B \-saveidx <filename> Force index rebuilding and dump the index to <filename>. Currently this only works with AVI files. |