From: hyc Date: Wed, 10 Mar 2010 11:36:25 +0000 (+0000) Subject: Document rmtpt support X-Git-Tag: v2.4~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6b530913fe079294b0459f3032cca55344c68e1;p=rtmpdump Document rmtpt support git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@324 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/librtmp/rtmp.h b/librtmp/rtmp.h index 27be1e5..d0b1817 100644 --- a/librtmp/rtmp.h +++ b/librtmp/rtmp.h @@ -60,7 +60,7 @@ extern "C" { #endif -#define RTMP_FEATURE_HTTP 0x01 // not yet supported +#define RTMP_FEATURE_HTTP 0x01 #define RTMP_FEATURE_ENC 0x02 #define RTMP_FEATURE_SSL 0x04 #define RTMP_FEATURE_MFP 0x08 // not yet supported diff --git a/rtmpdump.1 b/rtmpdump.1 index 1d7e455..e91ca33 100644 --- a/rtmpdump.1 +++ b/rtmpdump.1 @@ -1,4 +1,4 @@ -.TH RTMPDUMP 1 "2010-03-04" "RTMPDump v2.2" +.TH RTMPDUMP 1 "2010-03-10" "RTMPDump v2.2a" .\" Copyright 2010 Howard Chu. .\" Copying permitted according to the GNU General Public License V2. .SH NAME @@ -78,14 +78,10 @@ specified by the given .IR url . The url should be of the form .nf - rtmp[e]://hostname[:port][/app[/playpath]] + rtmp[t][e]://hostname[:port][/app[/playpath]] .fi -Both plaintext -.I rtmp:// -and encrypted -.I rtmpe:// -sessions are supported. +Plain rtmp, as well as tunneled and encrypted sessions are supported. .SH OPTIONS .SS "Network Parameters" These options define how to connect to the media server. @@ -100,7 +96,14 @@ 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, 2 = rtmpe +Overrides the protocol in the RTMP URL. +.nf + 0 = rtmp + 1 = rtmpt + 2 = rtmpe + 3 = rtmpte + 5 = rtmps +.fi .TP \fB\-\-socks \-S\fP\ \fIhost:port\fP Use the specified SOCKS4 proxy. diff --git a/rtmpdump.1.html b/rtmpdump.1.html index 0b2a6e5..69882d9 100644 --- a/rtmpdump.1.html +++ b/rtmpdump.1.html @@ -6,7 +6,7 @@ RTMPDUMP(1)RTMPDUMP(1) -RTMPDump v2.22010-03-04RTMPDUMP(1) +RTMPDump v2.2a2010-03-10RTMPDUMP(1)