chore: add extra mp3 icecast output for dev

This commit is contained in:
jo 2023-02-20 15:37:41 +01:00 committed by Jonas L
parent be0fbc0fde
commit ca45feeb6e
1 changed files with 8 additions and 1 deletions

View File

@ -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