[rtmpdump] r317 - in trunk: rtmpdump.1 rtmpdump.1.html rtmpdump.c rtmpgw.8 rtmpgw.8.html rtmpgw.c
hyc
subversion at mplayerhq.hu
Tue Mar 9 08:05:58 CET 2010
Author: hyc
Date: Tue Mar 9 08:05:57 2010
New Revision: 317
Log:
RTMPE is now protocol #2, not #3
Modified:
trunk/rtmpdump.1
trunk/rtmpdump.1.html
trunk/rtmpdump.c
trunk/rtmpgw.8
trunk/rtmpgw.8.html
trunk/rtmpgw.c
Modified: trunk/rtmpdump.1
==============================================================================
--- trunk/rtmpdump.1 Tue Mar 9 08:02:55 2010 (r316)
+++ trunk/rtmpdump.1 Tue Mar 9 08:05:57 2010 (r317)
@@ -100,7 +100,7 @@ Overrides the hostname in the RTMP URL.
Overrides the port number in the RTMP URL.
.TP
\fB\-\-protocol \-l\fP\ \fInumber\fP
-Overrides the protocol in the RTMP URL. 0 = rtmp, 3 = rtmpe
+Overrides the protocol in the RTMP URL. 0 = rtmp, 2 = rtmpe
.TP
\fB\-\-socks \-S\fP\ \fIhost:port\fP
Use the specified SOCKS4 proxy.
Modified: trunk/rtmpdump.1.html
==============================================================================
--- trunk/rtmpdump.1.html Tue Mar 9 08:02:55 2010 (r316)
+++ trunk/rtmpdump.1.html Tue Mar 9 08:05:57 2010 (r317)
@@ -101,7 +101,7 @@ Overrides the port number in the RTMP UR
<dl compact><dt>
<b>−−protocol −l</b> <i>number</i>
<dd>
-Overrides the protocol in the RTMP URL. 0 = rtmp, 3 = rtmpe
+Overrides the protocol in the RTMP URL. 0 = rtmp, 2 = rtmpe
</dl>
<p>
<dl compact><dt>
Modified: trunk/rtmpdump.c
==============================================================================
--- trunk/rtmpdump.c Tue Mar 9 08:02:55 2010 (r316)
+++ trunk/rtmpdump.c Tue Mar 9 08:05:57 2010 (r317)
@@ -1332,7 +1332,7 @@ main(int argc, char **argv)
LogPrintf
("--socks|-S host:port Use the specified SOCKS proxy\n");
LogPrintf
- ("--protocol|-l Overrides the protocol in the rtmp url (0 - RTMP, 3 - RTMPE)\n");
+ ("--protocol|-l Overrides the protocol in the rtmp url (0 - RTMP, 2 - RTMPE)\n");
LogPrintf
("--playpath|-y Overrides the playpath parsed from rtmp url\n");
LogPrintf("--swfUrl|-s url URL to player swf file\n");
Modified: trunk/rtmpgw.8
==============================================================================
--- trunk/rtmpgw.8 Tue Mar 9 08:02:55 2010 (r316)
+++ trunk/rtmpgw.8 Tue Mar 9 08:05:57 2010 (r317)
@@ -94,7 +94,7 @@ Overrides the hostname in the RTMP URL.
Overrides the port number in the RTMP URL.
.TP
\fB\-\-protocol \-l\fP\ \fInumber\fP
-Overrides the protocol in the RTMP URL. 0 = rtmp, 3 = rtmpe
+Overrides the protocol in the RTMP URL. 0 = rtmp, 2 = rtmpe
.TP
\fB\-\-socks \-S\fP\ \fIhost:port\fP
Use the specified SOCKS4 proxy.
Modified: trunk/rtmpgw.8.html
==============================================================================
--- trunk/rtmpgw.8.html Tue Mar 9 08:02:55 2010 (r316)
+++ trunk/rtmpgw.8.html Tue Mar 9 08:05:57 2010 (r317)
@@ -94,7 +94,7 @@ Overrides the port number in the RTMP UR
<dl compact><dt>
<b>−−protocol −l</b> <i>number</i>
<dd>
-Overrides the protocol in the RTMP URL. 0 = rtmp, 3 = rtmpe
+Overrides the protocol in the RTMP URL. 0 = rtmp, 2 = rtmpe
</dl>
<p>
<dl compact><dt>
Modified: trunk/rtmpgw.c
==============================================================================
--- trunk/rtmpgw.c Tue Mar 9 08:02:55 2010 (r316)
+++ trunk/rtmpgw.c Tue Mar 9 08:05:57 2010 (r317)
@@ -1269,7 +1269,7 @@ main(int argc, char **argv)
LogPrintf
("--socks|-S host:port Use the specified SOCKS proxy\n");
LogPrintf
- ("--protocol|-l Overrides the protocol in the rtmp url (0 - RTMP, 3 - RTMPE)\n");
+ ("--protocol|-l Overrides the protocol in the rtmp url (0 - RTMP, 2 - RTMPE)\n");
LogPrintf
("--playpath|-y Overrides the playpath parsed from rtmp url\n");
LogPrintf("--swfUrl|-s url URL to player swf file\n");
More information about the rtmpdump
mailing list