shout output plugin: add support for TLS

This commit is contained in:
Jakob Ovrum
2019-01-19 17:36:14 +01:00
parent 1fa99da3c2
commit 0cea67ee70
2 changed files with 22 additions and 0 deletions

View File

@@ -974,6 +974,8 @@ You must set a format.
- Set the timeout for the shout connection in seconds. Defaults to 2 seconds.
* - **protocol icecast2|icecast1|shoutcast**
- Specifies the protocol that wil be used to connect to the server. The default is "icecast2".
* - **tls disabled|auto|auto_no_plain|rfc2818|rfc2817**
- Specifies what kind of TLS to use. The default is "disabled" (no TLS).
* - **mount URI**
- Mounts the :program:`MPD` stream in the specified URI.
* - **user USERNAME**