From: hyc Date: Tue, 9 Mar 2010 07:05:57 +0000 (+0000) Subject: RTMPE is now protocol #2, not #3 X-Git-Tag: v2.4~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a15228e364e27700e5d93171ecf1cb78c4d83ce;p=rtmpdump RTMPE is now protocol #2, not #3 git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@317 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/rtmpdump.1 b/rtmpdump.1 index dfcfa0f..1d7e455 100644 --- a/rtmpdump.1 +++ b/rtmpdump.1 @@ -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. diff --git a/rtmpdump.1.html b/rtmpdump.1.html index 7e1ec51..0b2a6e5 100644 --- a/rtmpdump.1.html +++ b/rtmpdump.1.html @@ -101,7 +101,7 @@ Overrides the port number in the RTMP URL.
−−protocol −l number
-Overrides the protocol in the RTMP URL. 0 = rtmp, 3 = rtmpe +Overrides the protocol in the RTMP URL. 0 = rtmp, 2 = rtmpe

diff --git a/rtmpdump.c b/rtmpdump.c index 685c41c..39e51ba 100644 --- a/rtmpdump.c +++ b/rtmpdump.c @@ -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"); diff --git a/rtmpgw.8 b/rtmpgw.8 index b2e29ae..fb31a67 100644 --- a/rtmpgw.8 +++ b/rtmpgw.8 @@ -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. diff --git a/rtmpgw.8.html b/rtmpgw.8.html index d18090d..133a85b 100644 --- a/rtmpgw.8.html +++ b/rtmpgw.8.html @@ -94,7 +94,7 @@ Overrides the port number in the RTMP URL.
−−protocol −l number
-Overrides the protocol in the RTMP URL. 0 = rtmp, 3 = rtmpe +Overrides the protocol in the RTMP URL. 0 = rtmp, 2 = rtmpe

diff --git a/rtmpgw.c b/rtmpgw.c index 705f4b5..88156d1 100644 --- a/rtmpgw.c +++ b/rtmpgw.c @@ -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");