summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-01 22:15:37 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-01 22:15:37 +0000
commit1ad9af38b5120af85129d3b74834c7ed9690e7f3 (patch)
tree861f3c712fdf71174548816c4453564ef30d3e1a /DOCS/man/en
parentb59ec31daaea995484dc1b3f31640cb5e65e44ab (diff)
downloadmpv-1ad9af38b5120af85129d3b74834c7ed9690e7f3.tar.bz2
mpv-1ad9af38b5120af85129d3b74834c7ed9690e7f3.tar.xz
updated english and french manpages with new -rtsp-destination option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18882 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.15
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 85b21940b8..160e849b6e 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1389,6 +1389,11 @@ 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-destination
+Used with 'rtsp://' URLs to force the destination IP address to be binded.
+This option may be useful against some RTSP server which don't send RTP packets to the right interface. If the connection to RTSP server fails, use -v to see which IP address MPlayer tries to bind and try to force it to one assigned to your computer instead.
+.
+.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).