Hi,
I am attempting to use input.jack() however this appears to only be
capturing silence.
input.alsa() captures audio correctly, as does jack_rec.
Running jack_lsp -c shows that the system:capture_1 and capture_2 devices
are connected to the liquidsoap ports, and the stream is on air however all
there is is silence.
I've tried both with and without the system() lines to manually connect the
jack ports, with no change in result.
Any ideas?
-----
set("server.telnet",true)
set("log.file.path","/tmp/outcast.log")
#radio = input.alsa(device="hw:0,0") // THIS WORKS
#radio = mksafe(input.jack(id="liquidsoap")) // THIS ONLY GIVES SILENCE
def jackconnect(m)
system('/usr/local/bin/jack_connect system:capture_1 live:in_0')
system('/usr/local/bin/jack_connect system:capture_2 live:in_1')
end
radio=input.jack(id="live", buffer_size=2)
radio = on_track(jackconnect, radio)
output.icecast(%fdkaac(channels=2, samplerate=44100, bitrate=64,
aot="mpeg4_he_aac_v2", transmux="adts"),
host = "xxx", port = 8000,
password = "xxx", mount = "test", name="Outcast Radio", description =
"Outcast demo stream",
url = "http://www.outcastdigital.com",
radio)
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users