<div dir="ltr"><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Mac</b> <span dir="ltr"><<a href="mailto:ussndmac@charter.net">ussndmac@charter.net</a>></span><br>Date: Tue, Aug 23, 2016 at 11:51 AM<br>Subject: Re: [LAU] Fwd: JACK and gstreamer<br>To: Neil C Smith <<a href="mailto:neil@neilcsmith.net">neil@neilcsmith.net</a>><br><br><br><div dir="ltr"><br><div class="gmail_extra"><span class=""><br><div class="gmail_quote">On Tue, Aug 23, 2016 at 11:04 AM, Neil C Smith <span dir="ltr"><<a href="mailto:neil@neilcsmith.net" target="_blank">neil@neilcsmith.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span>On 23 August 2016 at 15:52, Mac <<a href="mailto:ussndmac@charter.net" target="_blank">ussndmac@charter.net</a>> wrote:<br>
> I think, in the past (ubuntu pre-16.04) there were settings musicaudiosink<br>
> and audiosink that could specify which JACK sink was to be used by<br>
> gstreamer.<br>
><br>
> This changed the default behavior of gstreamer which was to connect to the<br>
> first 2 sinks in JACK.<br>
><br>
> I think, this was the way it was in 0.1 gstreamer.<br>
><br>
> I've been able to find nothing discussing this for gstreamer 1 or for ubuntu<br>
> 16.04.<br>
<br>
</span>Are you sure that wasn't using JACK via PulseAudio?  What are you<br>
using GStreamer from?<br>
<br>
AFAIK, settings in GStreamer for defining the ports that the<br>
JackAudioSink connects to are new - you can set the port-pattern<br>
property.<br>
<br>
<a href="https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-jackaudiosink.html" rel="noreferrer" target="_blank">https://gstreamer.freedesktop.<wbr>org/data/doc/gstreamer/head/gs<wbr>t-plugins-good-plugins/html/gs<wbr>t-plugins-good-plugins-jackaud<wbr>iosink.html</a><br>
<br>
Best wishes,<br>
<br>
Neil<br>
<span><font color="#888888"></font></span><br></blockquote></div></span>From the JACK audio web page ( <a href="http://www.jackaudio.org/faq/gstreamer_via_jack.html" target="_blank">www.jackaudio.org/faq/<wbr>gstreamer_via_jack.html</a> ) :<br><br>______________________________<wbr>______________________________<wbr>______________________________<wbr>_____________________<br><ol><li>
    <p>You need the GStreamer JACK audio plugin, which is currently (Fall 2009)
  part of the “bad” plugins collection. Most Linux distributions
  make this available through their normal software install/update systems.
  The name of the package containing this plugin will vary
  from distribution to distribution:
  on Fedora its called “gstreamer-plugins-bad-free-<wbr>extra”,
  on Ubuntu its called “gst-plugins-bad”, etc. etc.</p>
  </li><li>Next, you need to configure GStreamer to tell it to use this plugin
  for audio output. There are 3 methods available:
    <ul><li>Through the command line using gconf2 (you may need to install this
 first)</li><li>Install/run gconf-editor, which is a general purpose utility
 for configuring many GNOME-centric applications.</li><li>Some systems may have the gstreamer-properties command available,
 which offers a graphical tool for configuring gstreamer.</li></ul>
  </li><li>Your goal is set the value of:
    <ul><li><code>/system/gstreamer/0.10/audio/<wbr>default/musicaudiosink</code></li><li><code>/system/gstreamer/0.10/audio/<wbr>default/audiosink</code></li></ul>
  </li></ol>

<p>to this value: <code>jackaudiosink buffer-time=2000000</code>. The exact value of
<code>buffer-time</code> doesn’t matter too much, but higher values reduce
the chance of glitches/drop-outs in the audio stream. You might also
choose to set <code>/system/gstreamer/0.10/audio/<wbr>default/chataudiosink</code> to
the same value, but its less likely to be useful to you.</p>______________________________<wbr>______________________________<wbr>______________________________<wbr>_____________________<br><br></div><div class="gmail_extra">It appears neither gconf nor <code>/system/gstreamer/0.10/audio/<wbr>default/ are resident in 16.04. (I'd guess the later path .../0.10/... would not be there since 16.04 is using gstreamer 1 not 0.10, correct?<span class="HOEnZb"><font color="#888888"><br><br></font></span></code></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><code>Mac<br></code></div></font></span></div>
</div><br></div>