Hi,

Version : Liquidsoap 1.0.0-beta3+svn

I'm trying to manipulate some jack inputs I create within liquidsoap.

I have the following test script....

stream_ip2 = input.jack(id="stream-ip2")
output.dummy(fallible=false, stream_ip2)
system("/usr/bin/jack_lsp -c")

The jack_lsp -c command does not list the new jack port.

Is this because the port hasn't actually been created at this point?
Listing the jack ports on a different shell session does list the port as
being available.

Is there a way of forcing liquidsoap to make the port available immediately
after it is created (also tried a sleep before the system command to no
effect).

Thanks,

Steve.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to