@@ -13,27 +13,29 @@ Its relatively easy to get audio from GStreamer to flow via JACK:
1313 The name of the package containing this plugin will vary
1414 from distribution to distribution:
1515 on Fedora its called "gstreamer-plugins-bad-free-extra",
16- on Ubuntu its called "gst-plugins-bad", etc. etc.
16+ on Ubuntu its called "gst-plugins-bad", etc. etc.
17+
17182 . Next, you need to configure GStreamer to tell it to use this plugin
1819 for audio output. There are 3 methods available:
19- * Through the command line using gconf2 (you may need to install this first)
20+ * Through the command line using gconf2 (you may need to install this
21+ first)
2022 * Install/run gconf-editor, which is a general purpose utility
21- for configuring many GNOME-centric applications
23+ for configuring many GNOME-centric applications.
2224 * Some systems may have the gstreamer-properties command available,
23- which offers a graphical tool for configuring gstreamer
25+ which offers a graphical tool for configuring gstreamer.
26+
24273 . Your goal is set the value of:
25- * /system/gstreamer/0.10/audio/default/musicaudiosink
26- * /system/gstreamer/0.10/audio/default/audiosink
28+ * ` /system/gstreamer/0.10/audio/default/musicaudiosink `
29+ * ` /system/gstreamer/0.10/audio/default/audiosink `
2730
2831to this value: ` jackaudiosink buffer-time=2000000 ` . The exact value of
29- ` buffer-time ` doesn't matter too much, but higher values reduce the chance of
30- glitches/drop-outs in the audio stream. You might also choose to set
31- /system/gstreamer/0.10/audio/default/chataudiosink to the same value, but its
32- less likely to be useful to you.
33-
34- The impact of this will vary depending on how much your system uses GStreamer.
35- On modern GNOME-based systems, it will effectively divert all system sounds
36- and all audio playback via JACK. On other systems (e.g. KDE-based systems) it
37- will have less of an effect, though it will still impact specific applications
38- that use GStreamer.
32+ ` buffer-time ` doesn't matter too much, but higher values reduce
33+ the chance of glitches/drop-outs in the audio stream. You might also
34+ choose to set ` /system/gstreamer/0.10/audio/default/chataudiosink ` to
35+ the same value, but its less likely to be useful to you.
3936
37+ The impact of this will vary depending on how much your system uses
38+ GStreamer. On modern GNOME-based systems, it will effectively divert
39+ all system sounds and all audio playback via JACK. On other systems
40+ (e.g. KDE-based systems) it will have less of an effect, though it will
41+ still impact specific applications that use GStreamer.
0 commit comments