summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi2
-rw-r--r--doc/protocols.texi7
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 49a6b805f4..e0228cfaf9 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -844,7 +844,7 @@ performance on systems without hardware floating point support).
@item pipe @tab X
@item RTMP @tab X
@item RTMPE @tab E
-@item RTMPS @tab E
+@item RTMPS @tab X
@item RTMPT @tab X
@item RTMPTE @tab E
@item RTP @tab X
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 943287aa9f..45918221f4 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -247,6 +247,13 @@ For example to read with @command{avplay} a multimedia resource named
avplay rtmp://myserver/vod/sample
@end example
+@section rtmps
+
+Real-Time Messaging Protocol over a secure SSL connection.
+
+The Real-Time Messaging Protocol (RTMPS) is used for streaming
+multimedia content across an encrypted connection.
+
@section rtmpt
Real-Time Messaging Protocol tunneled through HTTP.