I haven't been able to use Liquidsoap for DFS, which requires a few
basic things: jack input, then metadata insertion, and streaming to an
Icecast server.
I can send you my script if you want to try.
Cordialement,
Vincent Tabard
Radio Pytagor : http://www.radiopytagor.com/
Romain Beauxis a écrit :
Hi all !
I've tested jack support, it works quite nice here.
Started with some latency (desktop kernel)
jackd -d alsa -n 5 -I 15
I've been able to do the round trip:
output.jack(mksafe(input.lastfm("lastfm://artist/Heptones")))
and
output.jack(nrj(input.jack()))
Connecting the first output to the second's input and the second's output to
the sound card worked like a charm !
So I'm starting te beleive we may consider jack a bit more seriously..
What are the cases when it does not (yet) work ??
Romain