s = fallback(track_sensitive=false, [queue, default])
s = on_metadata(notify, s)
s = crossfade(s)
I have read some posts and have added the following to the new ls_script, which is not playing anything (not sure if the old code will work, or where to put it?):
same for me! can not wait for fallback to be implemented in v2.4
I've got the same problem. On my sandbox ubuntu 32bit it works, on automation server Ubuntu 64bit at the Radio Station it does not. airtme-check on my sandbox says Liquidsoap not working, but It relays to an Icecast-Stream when nothing is scheduled in Airtime. This is an extraction of my working ls_script.liq working on my sandbox.
#default = amplify(id="silence_src", 0.00001, noise()) ref_off_air_meta = ref off_air_meta if !ref_off_air_meta == "" then ref_off_air_meta := "Airtime - offline" end #default = rewrite_metadata([("title", !ref_off_air_meta)], default) default = input.http("http://icecast.ipax.at:8010/k001436-1.mp3") ignore(output.dummy(default, fallible=true))
Official Airtime Forum Manager -------------------------- Most of the time an issue is located between keyboard and chair.