Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Add Exit Status info
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@286 400ebc74-4327-4243-bc38-086b20814532
  • Loading branch information
hyc committed Mar 4, 2010
1 parent ea84cbf commit 04a60be
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions rtmpdump.1
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ and encrypted
.I rtmpe://
sessions are supported.
.SH OPTIONS
Network Parameters

.SS "Network Parameters"
These options define how to connect to the media server.
.TP
\fB\-\-rtmp \-r\fP\ \fIurl\fP
Expand All @@ -103,9 +102,7 @@ Overrides the protocol in the RTMP URL. 0 = rtmp, 3 = rtmpe
.TP
\fB\-\-socks \-S\fP\ \fIhost:port\fP
Use the specified SOCKS4 proxy.
.PP
Connection Parameters

.SS "Connection Parameters"
These options define the content of the RTMP Connect request packet.
If correct values are not provided, the media server will reject the
connection attempt.
Expand Down Expand Up @@ -150,9 +147,7 @@ AMF sequences. E.g.
.nf
-C B:1 -C S:authMe -C O:1 -C NN:code:1.23 -C NS:flag:ok -C O:0
.fi
.PP
Session Parameters

.SS "Session Parameters"
These options take effect after the Connect request has succeeded.
.TP
\fB\-\-playpath \-y\fP\ \fIpath\fP
Expand Down Expand Up @@ -196,9 +191,7 @@ milliseconds. The default is 36000000.
Timeout the session after
.I num
seconds without receiving any data from the server. The default is 120.
.PP
Security Parameters

.SS "Security Parameters"
These options handle additional authentication requests from the server.
.TP
\fB\-\-token \-T\fP\ \fIkey\fP
Expand Down Expand Up @@ -244,8 +237,7 @@ Specify how many days to use the cached SWF info before re-checking. Use
0 to always check the SWF URL. Note that if the check shows that the
SWF file has the same modification timestamp as before, it will not be
retrieved again.
.PP
Miscellaneous
.SS Miscellaneous
.TP
\fB\-\-flv \-o\fP\ \fIoutput\fP
Specify the output file name. If the name is \- or is omitted, the
Expand All @@ -266,6 +258,16 @@ Debug level output. Extremely verbose, including hex dumps of all packet data.
.TP
.B \-\-help \-h
Print a summary of command options.
.SH EXIT STATUS
.TP
.B 0
Successful program execution.
.TP
.B 1
Unrecoverable error.
.TP
.B 2
Incomplete transfer, resuming may get further.
.SH FILES
.TP
.I $HOME/.swfinfo
Expand Down

0 comments on commit 04a60be

Please sign in to comment.