docs: add warning about icecast sources limit (#2133)

This commit is contained in:
Jonas L 2022-09-13 14:43:24 +02:00 committed by GitHub
parent 43cddd3a54
commit 5d31e04b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -279,6 +279,20 @@ stream:
The `stream.outputs.icecast` section configures the icecast output streams. The `stream.outputs.icecast` section configures the icecast output streams.
:::warning
If you configure more than 2 icecast stream on a **single icecast server**, make sure to raise the icecast sources limit:
```xml
<icecast>
<limits>
<sources>2</sources>
</limits>
</icecast>
```
:::
```yml ```yml
stream: stream:
outputs: outputs: