Fix typos
This commit is contained in:
parent
127ad187d2
commit
bb2f54c497
2 changed files with 4 additions and 4 deletions
|
@ -20,11 +20,11 @@ addition to the basic setup, some settings have to be changed for my needs.
|
|||
## TLS setup
|
||||
|
||||
If you didn't use the UberLab guide, all Icecast access might be unencrypted!
|
||||
You need to enable TLS[^2] manually by inserting the [<tls>1</tls>](https://www.icecast.org/docs/icecast-trunk/config_file/#tcp-port-settings)
|
||||
You need to enable TLS[^2] manually by inserting [`<tls>1</tls>`](https://www.icecast.org/docs/icecast-trunk/config_file/#tcp-port-settings)
|
||||
in the `<listen-socket>` block of the `icecast.xml` configuration file.
|
||||
Additionally, specify a `<tls-certificate>` in the [<path>](https://www.icecast.org/docs/icecast-trunk/config_file/#path-settings)
|
||||
Additionally, specify a `<tls-certificate>` in the [`<path>`](https://www.icecast.org/docs/icecast-trunk/config_file/#path-settings)
|
||||
block and provide a file containing the cert and private key in sequence at the
|
||||
specified location. Finally, restart Icecast server to reload new configuration.
|
||||
specified location. Finally, restart Icecast server to reload the new configuration.
|
||||
|
||||
{{< callout type="info" >}}
|
||||
If Icecast refuses to start, increase the [logging level](#logging-level),
|
||||
|
|
|
@ -135,7 +135,7 @@ Press the `m` key when starting the concert to mute mpv's output and press the
|
|||
|
||||
### Controlling listeners
|
||||
|
||||
Icecast's Admin Interface offers some functions to control listeners. I'm using wget to trigger those tasks at the terminal. The geeneral syntax is:
|
||||
Icecast's Admin Interface offers some functions to control listeners. I'm using wget to trigger those tasks at the terminal. The general syntax is:
|
||||
|
||||
```bash
|
||||
wget --quiet \
|
||||
|
|
Loading…
Reference in a new issue