feat(playout): enable vorbis metadata per icecast output

Use new jinja template system to tweak the streams per output.
This commit is contained in:
jo 2023-02-25 20:14:30 +01:00 committed by Kyle Robbertze
parent 00b5c08647
commit a71606d39c
4 changed files with 11 additions and 33 deletions

View file

@ -8,9 +8,6 @@ input_main_port = {{ config.stream.inputs.main.port }}
input_show_mount = {{ config.stream.inputs.show.mount | quote }}
input_show_port = {{ config.stream.inputs.show.port }}
# Outputs
icecast_vorbis_metadata = {{ icecast_vorbis_metadata | lower }}
# Settings
auth_path = {{ paths.auth_filepath | quote }}