diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-07-17 12:02:43 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-17 14:02:55 +0300 |
commit | 86991ce2dde3358025be134b4c7939923cd81542 (patch) | |
tree | 49a253885707c133bd95fa8a893630326187a5c5 /doc | |
parent | 6aedabc9b68cab7b65833415953e958ac2c77f80 (diff) | |
download | ffmpeg-86991ce2dde3358025be134b4c7939923cd81542.tar.gz |
RTMPTS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 1 | ||||
-rw-r--r-- | doc/protocols.texi | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index e0228cfaf9..ccb1818b91 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -847,6 +847,7 @@ performance on systems without hardware floating point support). @item RTMPS @tab X @item RTMPT @tab X @item RTMPTE @tab E +@item RTMPTS @tab X @item RTP @tab X @item SCTP @tab X @item TCP @tab X diff --git a/doc/protocols.texi b/doc/protocols.texi index 45918221f4..aad7184126 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -262,6 +262,14 @@ The Real-Time Messaging Protocol tunneled through HTTP (RTMPT) is used for streaming multimedia content within HTTP requests to traverse firewalls. +@section rtmpts + +Real-Time Messaging Protocol tunneled through HTTPS. + +The Real-Time Messaging Protocol tunneled through HTTPS (RTMPTS) is used +for streaming multimedia content within HTTPS requests to traverse +firewalls. + @section rtmp, rtmpe, rtmps, rtmpt, rtmpte Real-Time Messaging Protocol and its variants supported through |