harbor_source.liq
set("harbor.bind_addr","0.0.0.0") set("harbor.port",8000) set("harbor.password","XXXX") # Some code... # This defines a source waiting on mount point /test-harbor live = input.harbor("test-harbor") # This is the final stream. # Uses the live source as soon as available, # and don't wait for an end of track, since # we don't want to cut the beginning of the live # stream. # # You may insert a jingle transition here... radio = fallback(track_sensitive=false,[live,files])Download