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/protocols.texi | |
parent | 6aedabc9b68cab7b65833415953e958ac2c77f80 (diff) | |
download | ffmpeg-86991ce2dde3358025be134b4c7939923cd81542.tar.gz |
RTMPTS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 8 |
1 files changed, 8 insertions, 0 deletions
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 |