chore: add extra mp3 icecast output for dev
This commit is contained in:
parent
be0fbc0fde
commit
ca45feeb6e
1 changed files with 8 additions and 1 deletions
|
@ -29,7 +29,14 @@ stream:
|
||||||
icecast:
|
icecast:
|
||||||
- <<: *default_icecast_output
|
- <<: *default_icecast_output
|
||||||
enabled: true
|
enabled: true
|
||||||
mount: main
|
mount: main.ogg
|
||||||
audio:
|
audio:
|
||||||
format: ogg
|
format: ogg
|
||||||
bitrate: 256
|
bitrate: 256
|
||||||
|
|
||||||
|
- <<: *default_icecast_output
|
||||||
|
enabled: true
|
||||||
|
mount: main.mp3
|
||||||
|
audio:
|
||||||
|
format: mp3
|
||||||
|
bitrate: 256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue