On 23 August 2016 at 15:52, Mac <ussndmac@charter.net> wrote:
> I think, in the past (ubuntu pre-16.04) there were settings musicaudiosink
> and audiosink that could specify which JACK sink was to be used by
> gstreamer.
>
> This changed the default behavior of gstreamer which was to connect to the
> first 2 sinks in JACK.
>
> I think, this was the way it was in 0.1 gstreamer.
>
> I've been able to find nothing discussing this for gstreamer 1 or for ubuntu
> 16.04.
Are you sure that wasn't using JACK via PulseAudio? What are you
using GStreamer from?
AFAIK, settings in GStreamer for defining the ports that the
JackAudioSink connects to are new - you can set the port-pattern
property.
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gs t-plugins-good-plugins/html/gs t-plugins-good-plugins-jackaud iosink.html
Best wishes,
Neil
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-
/system/gstreamer/0.10/audio/default/musicaudiosink
/system/gstreamer/0.10/audio/default/audiosink
to this value: jackaudiosink buffer-time=2000000
. The exact value of
buffer-time
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 /system/gstreamer/0.10/audio/
to
the same value, but its less likely to be useful to you.
/system/gstreamer/0.10/audio/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?
Mac