diff options
author | Marvin Scholz <epirat07@gmail.com> | 2020-06-14 00:52:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-07-02 17:14:31 +0200 |
commit | c0c45e238f126a28d91d48ee625a732f6fee1a88 (patch) | |
tree | 786eac654c2759c3a61c6a99c462efc592b9dd5f /doc/protocols.texi | |
parent | 0e10f54585e40a03ea8f19deed50dbf61c8055bc (diff) | |
download | ffmpeg-c0c45e238f126a28d91d48ee625a732f6fee1a88.tar.gz |
avformat/icecast: Add option to use TLS connection
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 644a17963d..64ad3f05d6 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -535,6 +535,9 @@ audio/mpeg. This enables support for Icecast versions < 2.4.0, that do not support the HTTP PUT method but the SOURCE method. +@item tls +Establish a TLS (HTTPS) connection to Icecast. + @end table @example |