description "air-st" start on ( net-device-up local-filesystems and runlevel [2345] ) stop on runlevel [016] respawn exec su - liquidsoap -c "/usr/local/bin/liquidsoap /etc/liquidsoap/st.liq"
set("init.daemon", true) set("log.stdout", false) set("init.daemon.pidfile.path", "/var/run/liquidsoap/liquidsoap.pid") set("log.file.path", "/var/log/liquidsoap/liquidsoap.log") set("harbor.bind_addr","0.0.0.0") files = playlist(reload=360, "/home/sound") files = mksafe(files) live = input.harbor("live",port=8000,password="777") radio = fallback(track_sensitive=false, [live,files]) output.icecast(%aacplus(bitrate=32), host = "0.0.0.0", port = 80, mount="test.aac", password="777", radio)
2013/04/23 23:48:54 [threads:3] Created thread "generic queue #1". 2013/04/23 23:48:54 [threads:3] Created thread "generic queue #2". 2013/04/23 23:48:54 [threads:3] Created thread "non-blocking queue #1". 2013/04/23 23:48:54 [clock.wallclock_main:2] Error when starting test(dot)aac: Failure("inet_addr_of_string")! 2013/04/23 23:48:54 [clock.wallclock_main:3] Raised by primitive operation at file "", line 0, characters 0-0 2013/04/23 23:48:54 [test(dot)aac:1] Got ill-balanced activations (from test(dot)aac)! 2013/04/23 23:48:54 [clock:2] Error when leaving output test(dot)aac: File "source.ml", line 403, characters 10-16: Assertion failed! 2013/04/23 23:48:54 [main:3] Shutdown started! 2013/04/23 23:48:54 [main:3] Waiting for threads to terminate... 2013/04/23 23:48:54 [main:3] Cleaning downloaded files... 2013/04/23 23:48:54 [main:3] Freeing memory...