]> granicus.if.org Git - rtmpdump/commitdiff
RTMPE is now protocol #2, not #3
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Tue, 9 Mar 2010 07:05:57 +0000 (07:05 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Tue, 9 Mar 2010 07:05:57 +0000 (07:05 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@317 400ebc74-4327-4243-bc38-086b20814532

rtmpdump.1
rtmpdump.1.html
rtmpdump.c
rtmpgw.8
rtmpgw.8.html
rtmpgw.c

index dfcfa0f6237260f0ee34526b75afcdcc2278e7eb..1d7e455b3e14ddfbdf9f59b760bf1b51df1d1083 100644 (file)
@@ -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.
index 7e1ec517b0bcbffde1bb0a908d4dc4ed7a046fc3..0b2a6e53e204ccec4ea0d932e251fb39b0cdb62a 100644 (file)
@@ -101,7 +101,7 @@ Overrides the port number in the RTMP URL.
 <dl compact><dt>
 <b>&minus;&minus;protocol      &minus;l</b>&nbsp;<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>
index 685c41cd99c35a48ccf7ce25d89e33be71bee216..39e51ba45546984ec42c12b6f98b8a55b5e5d46c 100644 (file)
@@ -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");
index b2e29aefecbe371245cb46ab5b1571d5410d4629..fb31a678d27fb10234db452706f0ef3bad3a430e 100644 (file)
--- 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.
index d18090d17490aa7beb086d0d7acd698d93f301cf..133a85b94c82b26ce9bd3e044beece775ceeead1 100644 (file)
@@ -94,7 +94,7 @@ Overrides the port number in the RTMP URL.
 <dl compact><dt>
 <b>&minus;&minus;protocol      &minus;l</b>&nbsp;<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>
index 705f4b545163b7c57d6a0c62ede96814be7fc6d0..88156d125fe1679e374962a3d63fa87332d2718f 100644 (file)
--- 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");