summaryrefslogtreecommitdiffstats
path: root/DOCS/mplayer.1
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-20 11:34:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-20 11:34:06 +0000
commit68f218392f2db8757c78eb2a24140a80b88e405b (patch)
tree650f4137e01aacfed5f61ddd5f78de8a646308fb /DOCS/mplayer.1
parent28ece2894f69377aa8654f06649b039ec5b6b7dc (diff)
downloadmpv-68f218392f2db8757c78eb2a24140a80b88e405b.tar.bz2
mpv-68f218392f2db8757c78eb2a24140a80b88e405b.tar.xz
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7814 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r--DOCS/mplayer.113
1 files changed, 13 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 36071eff25..b01fa5a365 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -271,6 +271,10 @@ Play files according to a playlist (1 file per row or Winamp or ASX format).
.B \-quiet \ \
Display less output and status messages.
.TP
+.B \-sdp
+Specifies that the input file is a SDP ('Session Description Protocol')
+file that describes an RTP session (see http://www.live.com/mplayer/).
+.TP
.B \-skin <skin\ directory> (BETA CODE)
Load skin from the given directory (WITHOUT path name).
@@ -542,6 +546,12 @@ fourcc in hex
.PD 1
.
.TP
+.B \-rtsp-stream-over-tcp
+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). This
+option may be useful if you have a broken Internet connection that does not
+pass incoming UDP packets (see http://www.live.com/mplayer/).
+.TP
.B \-skipopening
Skip DVD opening (dvdnav only).
.TP
@@ -2606,6 +2616,9 @@ mplayer \-dvdauth /dev/\:dvd /mnt/\:dvd/\:VIDEO_TS/\:VTS_02_4.VOB
.B Stream from HTTP
mplayer http://mplayer.hq/\:example.avi
.TP
+.B Stream using RTSP
+mplayer rtsp://server.example.com/\:streamName
+.TP
.B Convert subtitle to MPsub (to ./\:dump.mpsub)
mplayer dummy.avi \-sub source.sub \-dumpmpsub
.TP