<div dir="ltr"><div>The JACK (1) page [0] references this mailing list for possible dialog about jack usage.</div><div><br></div><div>I am using the jack2 daemon.</div><div><br></div><div>I am launching a jack aware application (OBS), but the connection to jack is not being made automatically, so I use jack_connect to make the connection between the two ports (system mic and OBS reader).</div><div><br></div><div>Is there a "jack_FOO" CLI tool that can be used to query what available ports there are?</div><div><br></div><div>The reason being is I need to put a sleep into my script to connect the jack ports:</div><div><br></div><div>/usr/bin/obs &</div><div>sleep 10</div><div>jack_connect system:out_1 OBS:jack_in</div><div><br></div><div>I'd like to eliminate the sleep command and poll jack to see if OBS has any port available.</div><div><br></div><div>What do you think?</div><div><br></div><div>Thanks!</div><div><br></div><div>-m</div><div><br></div><div>[0] <a href="http://jackaudio.org/community.html" target="_blank">http://jackaudio.org/community.html</a></div></div>