I'm finally getting to test my recent build of Liquidsoap. Here's my
test script:
#!/bin/sh
liquidsoap \
set("log.file.path","/home/tgvpadmin/liquidsoap.log")
output.icecast(%mp3(bitrate=128, samplerate=44100, stereo=true),
host = "localhost", port = 8000,
password = "xxx", mount = "test",
mksafe(single("/home/tgvpadmin/test.mp3")))
Of course, the password really isn't 'xxx'.
Here's what I get when I run it:
./test.liq: 3: ./test.liq: Syntax error: "(" unexpected
OK, unexpected where? I copied most of this directly from the cookbook
<https://www.liquidsoap.info/doc-1.4.1/cookbook.html> so it mut be
right. I counted all the left and right parentheses and they all cancel
each other out, so I don't find any extras. What'd I do wrong?
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users