On Sun, Jul 1, 2012 at 2:49 PM, Rivendell Steve <[email protected]> wrote: > I have a function called by on_connect and on_start in my output.shoutcast > command. The function attempts to do a jack_connect on the shoutcast jack > input ports, but they are not available at this point.
This may depend on the relative order of the jack and shoutcast outputs. They are started in some order which (at least initially) depends on the script, either output.jack(output.shoucast(...)) or the opposite. You should try exchanging them. HTH David ------------------------------------------------------------------------------ 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
