[gstreamer-bugs] [Bug 360673] Stuttering with SunAudio Sink

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Oct 31 14:53:53 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=360673

  GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #9 from Brian Cameron  2006-10-31 22:52 UTC -------

Some more analysis from Padraig.

I tried opening in non-blocking mode and this had the effect that the sound
stopped bei ng emitted, (just?) before the first write call which took about
2.6 seconds.

When we are running the sunaudiosink program does the process have /dev/audio
open the whole time so there is no possibility of some other process attempting
to use the device?

My view, now, is that the writing is happening too quickly rather than too
slowly; the STREAMS buffers being maintained for the audio data fill up and the
write system call blocks until that data is drained.

I need to figure out whether this theory fits the facts we have when the sound
stutters and if so, what we can do about it. 


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list