feat(playout): enable vorbis metadata per icecast output
Use new jinja template system to tweak the streams per output.
This commit is contained in:
parent
00b5c08647
commit
a71606d39c
4 changed files with 11 additions and 33 deletions
|
@ -11,9 +11,6 @@
|
|||
input_show_mount = "show"
|
||||
input_show_port = 8002
|
||||
|
||||
# Outputs
|
||||
icecast_vorbis_metadata = false
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
|
@ -51,9 +48,6 @@
|
|||
input_show_mount = "show"
|
||||
input_show_port = 8002
|
||||
|
||||
# Outputs
|
||||
icecast_vorbis_metadata = false
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
|
@ -75,6 +69,8 @@
|
|||
|
||||
# icecast:1
|
||||
output_icecast_1_source = s
|
||||
# Disable ogg metadata
|
||||
output_icecast_1_source = add(normalize=false, [amplify(0.00001, noise()), output_icecast_1_source])
|
||||
output.icecast(
|
||||
id="icecast:1",
|
||||
host="localhost",
|
||||
|
@ -114,9 +110,6 @@
|
|||
input_show_mount = "show"
|
||||
input_show_port = 8002
|
||||
|
||||
# Outputs
|
||||
icecast_vorbis_metadata = false
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
|
@ -175,9 +168,6 @@
|
|||
input_show_mount = "show"
|
||||
input_show_port = 8002
|
||||
|
||||
# Outputs
|
||||
icecast_vorbis_metadata = false
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
|
@ -199,6 +189,8 @@
|
|||
|
||||
# icecast:1
|
||||
output_icecast_1_source = s
|
||||
# Disable ogg metadata
|
||||
output_icecast_1_source = add(normalize=false, [amplify(0.00001, noise()), output_icecast_1_source])
|
||||
output.icecast(
|
||||
id="icecast:1",
|
||||
host="localhost",
|
||||
|
@ -259,9 +251,6 @@
|
|||
input_show_mount = "show"
|
||||
input_show_port = 8002
|
||||
|
||||
# Outputs
|
||||
icecast_vorbis_metadata = false
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
|
@ -306,9 +295,6 @@
|
|||
input_show_mount = "show"
|
||||
input_show_port = 8002
|
||||
|
||||
# Outputs
|
||||
icecast_vorbis_metadata = false
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue