malfatti n00b
Joined: 22 Sep 2017 Posts: 2
|
Posted: Sat Sep 23, 2017 12:26 am Post subject: Routing GStreamer through Jack? |
|
|
Hello!
I'm trying to route GStreamer through Jack (as described here), to no avail.
It is not a plugin problem, since
Code: | $ gst-launch-1.0 audiotestsrc ! jackaudiosink |
works perfectly.
I tried installing gconf-editor, but there was no "/system" entry.
I also tried gconftool:
Code: |
$ gconftool-2 --type string --set /system/gstreamer/0.10/audio/default/audiosink "jackaudiosink buffer-time=2000000"
$ gconftool-2 --type string --set /system/gstreamer/0.10/audio/default/musicaudiosink "jackaudiosink buffer-time=2000000"
$ gconftool-2 --type string --set /system/gstreamer/1.0/audio/default/audiosink "jackaudiosink buffer-time=2000000"
$ gconftool-2 --type string --set /system/gstreamer/1.0/audio/default/musicaudiosink "jackaudiosink buffer-time=2000000"
|
...and nothing.
My last hope was gstreamer-properties, but I cannot find it anywhere!! Was it deprecated/moved/purged/excluded/hidden?
How can I set those values?
System info:
Code: |
$ equery list gstreamer jack-audio* gst-plugins-jack
* Searching for gstreamer ...
[IP-] [ ] media-libs/gstreamer-0.10.36-r2:0.10
[IP-] [ ] media-libs/gstreamer-1.10.5:1.0
* Searching for jack-audio* ...
[IP-] [ ] media-sound/jack-audio-connection-kit-0.121.3-r1:0
* Searching for gst-plugins-jack ...
[IP-] [ ] media-plugins/gst-plugins-jack-1.10.5:1.0
|
... and I use bspwm (no other DE installed).
Thanks in advance :)
Cheers,
Malfatti |
|