[Bug 692953] alsa modules are silent or noisy after several hours of use

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 30 08:15:46 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=692953
  GStreamer | gst-plugins-base | 1.0.9

--- Comment #89 from Thomas DEBESSE <thomas.debesse at rcf.fr> 2013-08-30 15:15:41 UTC ---
> From
http://gstreamer-devel.966125.n4.nabble.com/problem-with-synchronization-between-multiple-audio-clients-td4656124.html:

Interesting…

> OK, now run the same pipeline with the new "drift-tolerance" property added:

gst-launch-1.0 -v alsasrc device=hw:XFi latency-time=20000 buffer-time=800000
drift-tolerance=25000000 ! audioconvert ! audioresample ! alsasink
device=hw:XFi sync=true
0:00:00.068520914 24723  0x852f1a0 ERROR           GST_PIPELINE
./grammar.y:432:gst_parse_element_set: no property "drift-tolerance" in element
"alsasrc0"
WARNING: erroneous pipeline: no property "drift-tolerance" in element
"alsasrc0"

There is no drift-tolerance option in alsasrc module, but there is one in
alsasink module:

gst-launch-1.0 -v alsasrc device=hw:XFi latency-time=20000 buffer-time=800000 !
audioconvert ! audioresample ! alsasink device=hw:XFi drift-tolerance=25000000
sync=true

Tthis last pipeline is running with sound.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list