feat(playout): build liquidsoap entrypoint with stream config
This commit is contained in:
parent
d9920a1196
commit
b9368d1b7b
15 changed files with 486 additions and 120 deletions
|
@ -1,28 +1,11 @@
|
|||
%include "/etc/libretime/liquidsoap.cfg"
|
||||
|
||||
if (log_file != "") then
|
||||
set("log.file.path", log_file)
|
||||
else
|
||||
set("log.file", false)
|
||||
end
|
||||
|
||||
set("server.telnet", true)
|
||||
set("server.telnet.port", 1234)
|
||||
time = ref string_of(gettimeofday())
|
||||
|
||||
#Dynamic source list
|
||||
#dyn_sources = ref []
|
||||
webstream_enabled = ref false
|
||||
|
||||
time = ref string_of(gettimeofday())
|
||||
|
||||
#live stream setup
|
||||
set("harbor.bind_addrs", ["0.0.0.0"])
|
||||
|
||||
current_dyn_id = ref '-1'
|
||||
|
||||
stream_metadata_type = ref 0
|
||||
default_dj_fade = ref 0.
|
||||
station_name = ref ''
|
||||
show_name = ref ''
|
||||
|
||||
dynamic_metadata_callback = ref fun (~new_track=false, s) -> begin () end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue