r459 - in trunk: rtmpdump.1 rtmpdump.1.html
Author: hyc Date: Fri Apr 30 05:09:57 2010 New Revision: 459 Log: Add --playlist option Modified: trunk/rtmpdump.1 trunk/rtmpdump.1.html Modified: trunk/rtmpdump.1 ============================================================================== --- trunk/rtmpdump.1 Fri Apr 30 02:31:59 2010 (r458) +++ trunk/rtmpdump.1 Fri Apr 30 05:09:57 2010 (r459) @@ -1,4 +1,4 @@ -.TH RTMPDUMP 1 "2010-03-22" "RTMPDump v2.2b" +.TH RTMPDUMP 1 "2010-04-29" "RTMPDump v2.2d" .\" Copyright 2010 Howard Chu. .\" Copying permitted according to the GNU General Public License V2. .SH NAME @@ -31,6 +31,8 @@ rtmpdump \- RTMP streaming media client [\c .BI \-y \ playpath\fR] [\c +.BR \-Y ] +[\c .BR \-v ] [\c .BI \-d \ subscription\fR] @@ -160,6 +162,10 @@ Overrides the playpath parsed from the R rtmpdump URL parser cannot determine the correct playpath automatically, so it must be given explicitly using this option. .TP +.B \-\-playlist \-Y +Issue a set_playlist command before sending the play command. The +playlist will just contain the current playpath. +.TP .B \-\-live \-v Specify that the media is a live stream. No resuming or seeking in live streams is possible. Modified: trunk/rtmpdump.1.html ============================================================================== --- trunk/rtmpdump.1.html Fri Apr 30 02:31:59 2010 (r458) +++ trunk/rtmpdump.1.html Fri Apr 30 05:09:57 2010 (r459) @@ -6,7 +6,7 @@ <tr><td>RTMPDUMP(1)<td align="center"><td align="right">RTMPDUMP(1) </thead> <tfoot> -<tr><td>RTMPDump v2.2b<td align="center">2010-03-22<td align="right">RTMPDUMP(1) +<tr><td>RTMPDump v2.2d<td align="center">2010-04-29<td align="right">RTMPDUMP(1) </tfoot> <tbody><tr><td colspan="3"><br><br><ul> <!-- Copyright 2010 Howard Chu. @@ -32,6 +32,7 @@ rtmpdump − RTMP streaming media cl [<b>−u</b><i> auth</i>] [<b>−C</b><i> conndata</i>] [<b>−y</b><i> playpath</i>] +[<b>−Y</b>] [<b>−v</b>] [<b>−d</b><i> subscription</i>] [<b>−e</b>] @@ -194,6 +195,13 @@ automatically, so it must be given expli </dl> <p> <dl compact><dt> +<b>−−playlist −Y</b> +<dd> +Issue a set_playlist command before sending the play command. The +playlist will just contain the current playpath. +</dl> +<p> +<dl compact><dt> <b>−−live −v</b> <dd> Specify that the media is a live stream. No resuming or seeking in
participants (1)
-
hyc