docs: add warning about icecast sources limit (#2133)
This commit is contained in:
parent
43cddd3a54
commit
5d31e04b28
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue