docs: missing fields from stream config (#2146)
This commit is contained in:
parent
07c672a565
commit
a48fecb0c3
|
@ -159,7 +159,10 @@ stream:
|
||||||
# You can define extra outputs by reusing the default output using a yaml anchor
|
# You can define extra outputs by reusing the default output using a yaml anchor
|
||||||
- <<: *default_icecast_output
|
- <<: *default_icecast_output
|
||||||
enabled: false
|
enabled: false
|
||||||
mount: extra
|
mount: main-low
|
||||||
|
audio:
|
||||||
|
format: ogg
|
||||||
|
bitrate: 128
|
||||||
|
|
||||||
- # Whether the output is enabled.
|
- # Whether the output is enabled.
|
||||||
# > default is false
|
# > default is false
|
||||||
|
|
|
@ -159,7 +159,10 @@ stream:
|
||||||
# You can define extra outputs by reusing the default output using a yaml anchor
|
# You can define extra outputs by reusing the default output using a yaml anchor
|
||||||
- <<: *default_icecast_output
|
- <<: *default_icecast_output
|
||||||
enabled: false
|
enabled: false
|
||||||
mount: extra
|
mount: main-low
|
||||||
|
audio:
|
||||||
|
format: ogg
|
||||||
|
bitrate: 128
|
||||||
|
|
||||||
- # Whether the output is enabled.
|
- # Whether the output is enabled.
|
||||||
# > default is false
|
# > default is false
|
||||||
|
|
|
@ -159,7 +159,10 @@ stream:
|
||||||
# You can define extra outputs by reusing the default output using a yaml anchor
|
# You can define extra outputs by reusing the default output using a yaml anchor
|
||||||
- <<: *default_icecast_output
|
- <<: *default_icecast_output
|
||||||
enabled: false
|
enabled: false
|
||||||
mount: extra
|
mount: main-low
|
||||||
|
audio:
|
||||||
|
format: ogg
|
||||||
|
bitrate: 128
|
||||||
|
|
||||||
- # Whether the output is enabled.
|
- # Whether the output is enabled.
|
||||||
# > default is false
|
# > default is false
|
||||||
|
|
Loading…
Reference in New Issue